mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-02-13 22:29:45 +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
@@ -1,33 +0,0 @@
|
||||
0 info it worked if it ends with ok
|
||||
1 verbose cli [ '/usr/local/Cellar/iojs/3.2.0/bin/iojs',
|
||||
1 verbose cli '/usr/local/bin/npm',
|
||||
1 verbose cli 'shrinkwrap',
|
||||
1 verbose cli '--dev' ]
|
||||
2 info using npm@2.13.5
|
||||
3 info using node@v3.2.0
|
||||
4 verbose stack Error: Problems were encountered
|
||||
4 verbose stack Please correct and try again.
|
||||
4 verbose stack missing: timed-out@^2.0.0, required by got@2.9.2
|
||||
4 verbose stack missing: timed-out@^2.0.0, required by got@3.3.1
|
||||
4 verbose stack at shrinkwrap_ (/usr/local/lib/node_modules/npm/lib/shrinkwrap.js:37:15)
|
||||
4 verbose stack at /usr/local/lib/node_modules/npm/lib/shrinkwrap.js:31:5
|
||||
4 verbose stack at /usr/local/lib/node_modules/npm/lib/ls.js:47:30
|
||||
4 verbose stack at /usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:142:5
|
||||
4 verbose stack at /usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:263:14
|
||||
4 verbose stack at cb (/usr/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js:47:24)
|
||||
4 verbose stack at /usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:263:14
|
||||
4 verbose stack at cb (/usr/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js:47:24)
|
||||
4 verbose stack at /usr/local/lib/node_modules/npm/node_modules/read-installed/read-installed.js:263:14
|
||||
4 verbose stack at cb (/usr/local/lib/node_modules/npm/node_modules/slide/lib/async-map.js:47:24)
|
||||
5 verbose cwd /Users/cpojer/Projects/fbsource/fbobjc/Libraries/FBReactKit/js/react-native-github
|
||||
6 error Darwin 14.5.0
|
||||
7 error argv "/usr/local/Cellar/iojs/3.2.0/bin/iojs" "/usr/local/bin/npm" "shrinkwrap" "--dev"
|
||||
8 error node v3.2.0
|
||||
9 error npm v2.13.5
|
||||
10 error Problems were encountered
|
||||
10 error Please correct and try again.
|
||||
10 error missing: timed-out@^2.0.0, required by got@2.9.2
|
||||
10 error missing: timed-out@^2.0.0, required by got@3.3.1
|
||||
11 error If you need help, you may report this error at:
|
||||
11 error <https://github.com/npm/npm/issues>
|
||||
12 verbose exit [ 1, true ]
|
||||
@@ -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