From ade9645ae8d18e335cf7221b79d830acd7b6768a Mon Sep 17 00:00:00 2001 From: Tsung Chen Ku Date: Fri, 13 Nov 2015 21:23:30 +0800 Subject: [PATCH] Correct the file name to preprocessor Since the `scriptPreprocessor.js` is removed since 14.0, we use `preprocessor.js` instead, but the doc doesn't update yet. So I do it :) --- docs/Testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Testing.md b/docs/Testing.md index 4d0d2e5ca4..56ffd67892 100644 --- a/docs/Testing.md +++ b/docs/Testing.md @@ -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/",