[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:
Paul O’Shannessy
2015-01-27 19:17:31 -08:00
parent dbdeb078ce
commit 14d88d4e38

View File

@@ -81,6 +81,7 @@
"rootDir": "",
"scriptPreprocessor": "jest/preprocessor.js",
"setupEnvScriptFile": "jest/environment.js",
"persistModuleRegistryBetweenSpecs": true,
"testFileExtensions": [
"js",
"coffee",