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 154e973 commit 807a30fCopy full SHA for 807a30f
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": [
@@ -30,7 +34,7 @@
30
34
"devDependencies": {
31
35
"@aureooms/js-compare": "1.4.5",
32
36
"@aureooms/js-itertools": "3.4.0",
33
- "ava": "0.25.0",
37
+ "ava": "3.8.1",
38
"babel-cli": "6.26.0",
39
"babel-polyfill": "6.26.0",
40
"babel-preset-latest": "6.24.1",
@@ -73,7 +77,7 @@
73
77
"build": "rm -rf lib && babel src -d lib",
74
78
"cover": "nyc --reporter=lcov npm test",
75
79
"prepublish": "npm run build",
76
- "test": "ava ./test/src",
80
+ "test": "ava",
81
"esdoc": "esdoc"
82
}
83
0 commit comments