Skip to content

Commit cbcec6e

Browse files
committed
chore: add missing feature flag to jest config
1 parent 89c5909 commit cbcec6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jest.config.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ module.exports = {
1111
__ESM_BROWSER__: false,
1212
__NODE_JS__: true,
1313
__FEATURE_OPTIONS_API__: true,
14-
__FEATURE_SUSPENSE__: true
14+
__FEATURE_SUSPENSE__: true,
15+
__FEATURE_PROD_DEVTOOLS__: false
1516
},
1617
coverageDirectory: 'coverage',
1718
coverageReporters: ['html', 'lcov', 'text'],

0 commit comments

Comments
 (0)