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 163fa70 commit ffddd03Copy full SHA for ffddd03
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": [
@@ -28,7 +32,7 @@
28
32
29
33
"devDependencies": {
30
34
"@aureooms/js-itertools": "^3.1.0",
31
- "ava": "^0.19.1",
35
+ "ava": "^3.8.1",
36
"babel-cli": "^6.18.0",
37
"babel-polyfill": "^6.16.0",
38
"babel-preset-latest": "^6.16.0",
@@ -64,7 +68,7 @@
64
68
"build": "rm -rf lib && babel src -d lib",
65
69
"cover": "nyc --reporter=lcov npm test",
66
70
"prepublish": "npm run build",
67
- "test": "ava ./test/src",
71
+ "test": "ava",
72
"esdoc": "esdoc"
73
}
74
0 commit comments