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 85e4541 commit 8e0b577Copy full SHA for 8e0b577
package.json
@@ -7,7 +7,11 @@
7
"require": [
8
"@babel/polyfill",
9
"@babel/register"
10
- ]
+ ],
11
+ "files": [
12
+ "test/src/**/*"
13
14
+ "timeout": "1m"
15
},
16
"babel": {
17
"presets": [
@@ -27,7 +31,7 @@
27
31
28
32
"devDependencies": {
29
33
"@aureooms/js-itertools": "3.4.0",
30
- "ava": "0.25.0",
34
+ "ava": "3.8.1",
35
"babel-cli": "6.26.0",
36
"babel-polyfill": "6.26.0",
37
"babel-preset-latest": "6.24.1",
@@ -63,7 +67,7 @@
63
67
"build": "rm -rf lib && babel src -d lib",
64
68
"cover": "nyc --reporter=lcov npm test",
65
69
"prepublish": "npm run build",
66
- "test": "ava ./test/src",
70
+ "test": "ava",
71
"esdoc": "esdoc"
72
}
73
0 commit comments