mirror of
https://github.com/status-im/react-native.git
synced 2025-01-16 20:44:10 +00:00
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": {
|
||||
"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/",
|
||||
|
Loading…
x
Reference in New Issue
Block a user