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 8143d60 commit 1f16ca5Copy full SHA for 1f16ca5
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": [
@@ -38,7 +42,7 @@
38
42
"@aureooms/js-functools": "2.0.3",
39
43
"@aureooms/js-itertools": "3.4.0",
40
44
"@aureooms/js-number": "3.1.0",
41
- "ava": "0.25.0",
45
+ "ava": "3.8.1",
46
"babel-cli": "6.26.0",
47
"babel-polyfill": "6.26.0",
48
"babel-preset-latest": "6.24.1",
@@ -82,7 +86,7 @@
82
86
"build": "rm -rf lib && babel src -d lib",
83
87
"cover": "nyc --reporter=lcov npm test",
84
88
"prepublish": "npm run build",
85
- "test": "ava ./test/src",
89
+ "test": "ava",
90
"esdoc": "esdoc"
91
}
92
0 commit comments