]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: add missing feature flag to jest config
authorEvan You <yyx990803@gmail.com>
Thu, 8 Oct 2020 01:46:25 +0000 (21:46 -0400)
committerEvan You <yyx990803@gmail.com>
Thu, 8 Oct 2020 01:46:25 +0000 (21:46 -0400)
jest.config.js

index 1b987827ca29a04f02d17c614e8d8f446e5d3036..8312acd55cacc743cf0e59e80212c68000957e2d 100644 (file)
@@ -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'],