mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 20:35:43 +08:00
Simplify jest config + update to jest 0.5.5 in react-native-github
Reviewed By: @DmitrySoshnikov Differential Revision: D2445071
This commit is contained in:
committed by
facebook-github-bot-6
parent
fa042eda50
commit
6e991cf96a
@@ -8,7 +8,7 @@
|
||||
"url": "git@github.com:facebook/react-native.git"
|
||||
},
|
||||
"jest": {
|
||||
"scriptPreprocessor": "jestSupport/scriptPreprocess.js",
|
||||
"scriptPreprocessor": "jestSupport/preprocessor.js",
|
||||
"setupEnvScriptFile": "jestSupport/env.js",
|
||||
"testPathIgnorePatterns": [
|
||||
"/node_modules/",
|
||||
@@ -80,7 +80,7 @@
|
||||
"yeoman-generator": "^0.20.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest-cli": "0.5.1",
|
||||
"jest-cli": "0.5.5",
|
||||
"babel-eslint": "4.1.1",
|
||||
"eslint": "1.3.1",
|
||||
"eslint-plugin-react": "3.3.1"
|
||||
|
||||
Reference in New Issue
Block a user