Skip to content

Commit 94b9943

Browse files
committed
Upgraded Flow and Jest
1 parent 4eca3b8 commit 94b9943

File tree

2 files changed

+470
-394
lines changed

2 files changed

+470
-394
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"babel-plugin-transform-flow-strip-types": "^6.22.0",
1616
"babel-preset-latest": "^6.22.0",
1717
"cross-env": "^3.1.4",
18-
"flow-bin": "^0.38.0",
19-
"jest": "^18.1.0",
18+
"flow-bin": "^0.50.0",
19+
"jest": "^20.0.4",
2020
"rimraf": "^2.5.4",
2121
"uglify": "^0.1.5",
2222
"uglify-js": "^2.7.5",
@@ -57,7 +57,7 @@
5757
"homepage": "https://github.com/bvaughn/js-search",
5858
"jest": {
5959
"setupFiles": [],
60-
"testPathDirs": [
60+
"roots": [
6161
"./source"
6262
],
6363
"testRegex": "\\.test\\.js$",

0 commit comments

Comments
 (0)