Merge pull request #4112 from abalone0204/patch-1
Correct the file name to preprocessor
This commit is contained in:
commit
a5357846d7
|
@ -35,7 +35,7 @@ Note: In order to run your own tests, you will have to first follow the Getting
|
||||||
},
|
},
|
||||||
...
|
...
|
||||||
"jest": {
|
"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",
|
"setupEnvScriptFile": "node_modules/react-native/jestSupport/env.js",
|
||||||
"testPathIgnorePatterns": [
|
"testPathIgnorePatterns": [
|
||||||
"/node_modules/",
|
"/node_modules/",
|
||||||
|
|
Loading…
Reference in New Issue