mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-27 22:54:46 +08:00
Codemod tests to use top-level-requires
Reviewed By: @DmitrySoshnikov Differential Revision: D2456250
This commit is contained in:
committed by
facebook-github-bot-5
parent
3fca7f4d7b
commit
fa01b2e4cb
@@ -11,8 +11,7 @@
|
||||
"scriptPreprocessor": "jestSupport/preprocessor.js",
|
||||
"setupEnvScriptFile": "jestSupport/env.js",
|
||||
"testPathIgnorePatterns": [
|
||||
"/node_modules/",
|
||||
"packager/react-packager/src/Activity/"
|
||||
"/node_modules/"
|
||||
],
|
||||
"testFileExtensions": [
|
||||
"js"
|
||||
@@ -38,7 +37,7 @@
|
||||
"jestSupport"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
"test": "NODE_ENV=test jest",
|
||||
"lint": "node linter.js Examples/ Libraries/",
|
||||
"start": "./packager/packager.sh || true"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user