Skip to content

Commit

Permalink
refactor: further tweak compiler layers
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Sep 17, 2019
1 parent 6c14b40 commit 132cef9
Show file tree
Hide file tree
Showing 31 changed files with 288 additions and 269 deletions.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ module.exports = {
preset: 'ts-jest',
globals: {
__DEV__: true,
__BROWSER__: false,
__JSDOM__: true,
__FEATURE_OPTIONS__: true,
__FEATURE_PRODUCTION_TIP__: false,
__FEATURE_SUSPENSE__: true
},
coverageDirectory: 'coverage',
Expand Down
Loading

0 comments on commit 132cef9

Please sign in to comment.