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 4eca3b8 commit 94b9943Copy full SHA for 94b9943
package.json
@@ -15,8 +15,8 @@
15
"babel-plugin-transform-flow-strip-types": "^6.22.0",
16
"babel-preset-latest": "^6.22.0",
17
"cross-env": "^3.1.4",
18
- "flow-bin": "^0.38.0",
19
- "jest": "^18.1.0",
+ "flow-bin": "^0.50.0",
+ "jest": "^20.0.4",
20
"rimraf": "^2.5.4",
21
"uglify": "^0.1.5",
22
"uglify-js": "^2.7.5",
@@ -57,7 +57,7 @@
57
"homepage": "https://github.com/bvaughn/js-search",
58
"jest": {
59
"setupFiles": [],
60
- "testPathDirs": [
+ "roots": [
61
"./source"
62
],
63
"testRegex": "\\.test\\.js$",
0 commit comments