mirror of
https://github.com/zebrajr/react.git
synced 2026-01-15 12:15:22 +00:00
[jest] Use persistModuleRegistryBetweenSpecs
This more closely matches how we have jest configured at FB, so when we pull in and run internally we will have fewer things to waste time on.
This commit is contained in:
@@ -81,6 +81,7 @@
|
||||
"rootDir": "",
|
||||
"scriptPreprocessor": "jest/preprocessor.js",
|
||||
"setupEnvScriptFile": "jest/environment.js",
|
||||
"persistModuleRegistryBetweenSpecs": true,
|
||||
"testFileExtensions": [
|
||||
"js",
|
||||
"coffee",
|
||||
|
||||
Reference in New Issue
Block a user