From 14d88d4e388a8ee13b2478c51ec750d6f8a39bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 27 Jan 2015 19:17:31 -0800 Subject: [PATCH] [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. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 917c1dc51b..7ad57b2d1c 100644 --- a/package.json +++ b/package.json @@ -81,6 +81,7 @@ "rootDir": "", "scriptPreprocessor": "jest/preprocessor.js", "setupEnvScriptFile": "jest/environment.js", + "persistModuleRegistryBetweenSpecs": true, "testFileExtensions": [ "js", "coffee",