Skip to content

Commit

Permalink
chore: add missing feature flag to jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Oct 8, 2020
1 parent 89c5909 commit cbcec6e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ module.exports = {
__ESM_BROWSER__: false,
__NODE_JS__: true,
__FEATURE_OPTIONS_API__: true,
__FEATURE_SUSPENSE__: true
__FEATURE_SUSPENSE__: true,
__FEATURE_PROD_DEVTOOLS__: false
},
coverageDirectory: 'coverage',
coverageReporters: ['html', 'lcov', 'text'],
Expand Down

0 comments on commit cbcec6e

Please sign in to comment.