Merge pull request #4112 from abalone0204/patch-1

Correct the file name to preprocessor
This commit is contained in:
Martin Konicek 2015-11-13 15:02:19 +00:00
commit a5357846d7
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Note: In order to run your own tests, you will have to first follow the Getting
},
...
"jest": {
"scriptPreprocessor": "node_modules/react-native/jestSupport/scriptPreprocess.js",
"scriptPreprocessor": "node_modules/react-native/jestSupport/preprocessor.js",
"setupEnvScriptFile": "node_modules/react-native/jestSupport/env.js",
"testPathIgnorePatterns": [
"/node_modules/",