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 93423cd commit 79fb195Copy full SHA for 79fb195
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-integer": "3.0.0",
32
36
"@aureooms/js-number": "3.1.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",
@@ -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