Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit 17484bb

Browse files
committed
Merge pull request #302 from kassens/update-jest
Update jest to 0.8.2 and jasmine 2
2 parents a6b2929 + beecf1b commit 17484bb

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"repository": "facebook/react-devtools",
1818
"scripts": {
1919
"lint": "./node_modules/.bin/eslint .",
20-
"test": "node --harmony ./node_modules/.bin/jest --verbose",
20+
"test": "node --harmony ./node_modules/.bin/jest",
2121
"typecheck": "flow check"
2222
},
2323
"jest": {
@@ -26,6 +26,7 @@
2626
"es6",
2727
"js"
2828
],
29+
"testRunner": "<rootDir>/node_modules/jest-cli/src/testRunners/jasmine/jasmine2.js",
2930
"moduleFileExtensions": [
3031
"js",
3132
"json",
@@ -40,7 +41,7 @@
4041
"eslint": "^1.5.1",
4142
"eslint-plugin-react": "^3.5.0",
4243
"flow-bin": "0.18.1",
43-
"jest-cli": "^0.7.1",
44+
"jest-cli": "0.8.2",
4445
"json-loader": "^0.5.2",
4546
"node-libs-browser": "^0.5.2",
4647
"webpack": "^1.9.10"

0 commit comments

Comments
 (0)