We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a46378e commit 4ef868eCopy full SHA for 4ef868e
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": [
@@ -34,7 +38,7 @@
34
38
"@aureooms/js-number": "3.1.0",
35
39
"@aureooms/js-operator": "1.0.2",
36
40
"@aureooms/js-sort": "7.0.0",
37
- "ava": "0.25.0",
41
+ "ava": "3.8.1",
42
"babel-cli": "6.26.0",
43
"babel-polyfill": "6.26.0",
44
"babel-preset-latest": "6.24.1",
@@ -77,7 +81,7 @@
77
81
"build": "rm -rf lib && babel src -d lib",
78
82
"cover": "nyc --reporter=lcov npm test",
79
83
"prepublish": "npm run build",
80
- "test": "ava ./test/src",
84
+ "test": "ava",
85
"esdoc": "esdoc"
86
}
87
0 commit comments