chore: add missing feature flag to jest config
This commit is contained in:
parent
89c5909a6f
commit
cbcec6e978
@ -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'],
|
||||
|
Loading…
Reference in New Issue
Block a user