Skip to content

Commit 12c5a8f

Browse files
🔍 test: Upgrade ava.
1 parent 985be30 commit 12c5a8f

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
"require": [
88
"regenerator-runtime/runtime",
99
"@babel/register"
10-
]
10+
],
11+
"files": [
12+
"test/src/**/*"
13+
],
14+
"timeout": "1m"
1115
},
1216
"babel": {
1317
"presets": [
@@ -80,7 +84,7 @@
8084
"@aureooms/js-itertools": "^3.1.1",
8185
"@aureooms/js-random": "^2.0.0",
8286
"@aureooms/js-search": "^0.0.4",
83-
"ava": "^0.19.1",
87+
"ava": "^3.12.1",
8488
"babel-cli": "^6.23.0",
8589
"babel-polyfill": "^6.23.0",
8690
"babel-preset-latest": "^6.22.0",
@@ -121,7 +125,8 @@
121125
"build": "babel src -d lib",
122126
"cover": "nyc --reporter=lcov npm test",
123127
"prepublish": "npm run build",
124-
"test": "ava ./test/src",
125-
"esdoc": "esdoc"
128+
"test": "ava",
129+
"esdoc": "esdoc",
130+
"lint": "true"
126131
}
127132
}

0 commit comments

Comments
 (0)