Codemod tests to use top-level-requires

Reviewed By: @DmitrySoshnikov

Differential Revision: D2456250
This commit is contained in:
Christoph Pojer
2015-09-17 18:34:14 -07:00
committed by facebook-github-bot-5
parent 3fca7f4d7b
commit fa01b2e4cb
22 changed files with 162 additions and 220 deletions

View File

@@ -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"
},