Skip to content

Commit

Permalink
Merge pull request facebook#4112 from abalone0204/patch-1
Browse files Browse the repository at this point in the history
Correct the file name to preprocessor
  • Loading branch information
mkonicek committed Nov 13, 2015
2 parents a94c2ae + ade9645 commit a535784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down

0 comments on commit a535784

Please sign in to comment.