We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15efbc commit 5fa7ddcCopy full SHA for 5fa7ddc
package.json
@@ -26,8 +26,7 @@
26
"testWDebugger": "node --harmony $(which bugger) ./node_modules/jest-cli/bin/jest.js --runInBand"
27
},
28
"dependencies": {
29
- "jest": "^18.0.0",
30
- "most": "^1.1.1",
+ "most": "^1.2.2",
31
"most-subject": "^5.2.0",
32
"ramda": "^0.23.0",
33
"react": "^15.3.2",
@@ -40,7 +39,7 @@
40
39
"jsx",
41
"es6"
42
],
43
- "testPathDirs": [
+ "roots": [
44
"lib"
45
46
"coverageDirectory": "./coverage/",
@@ -53,7 +52,7 @@
53
52
"babel-plugin-transform-react-jsx": "^6.1.18",
54
"babel-preset-es2015": "^6.1.18",
55
"babelify": "^7.2.0",
56
- "jest": "^18.1.0",
+ "jest": "^19.0.0",
57
"jest-cli": "^19.0.1",
58
"lodash": "^4.0.0",
59
"react-addons-test-utils": "^15.2.0",
0 commit comments