There was an error while loading. Please reload this page.
1 parent 92ccd0d commit b3da5ebCopy full SHA for b3da5eb
package.json
@@ -7,7 +7,12 @@
7
"require": [
8
"regenerator-runtime/runtime",
9
"@babel/register"
10
- ]
+ ],
11
+ "files": [
12
+ "test/src/**/*"
13
14
+ "timeout": "1m",
15
+ "concurrency": 8
16
},
17
"babel": {
18
"presets": [
@@ -75,7 +80,7 @@
75
80
"devDependencies": {
76
81
"@aureooms/js-itertools": "^3.3.0",
77
82
"@aureooms/js-random": "^2.0.0",
78
- "ava": "^0.19.1",
83
+ "ava": "^3.14.0",
79
84
"babel-cli": "^6.24.1",
85
"babel-polyfill": "^6.23.0",
86
"babel-preset-env": "^1.5.2",
@@ -116,7 +121,8 @@
116
121
"build": "babel src -d lib",
117
122
"cover": "nyc --reporter=lcov npm test",
118
123
"prepublish": "npm run build",
119
- "test": "ava ./test/src --concurrency 8",
120
- "esdoc": "esdoc"
124
+ "test": "ava",
125
+ "esdoc": "esdoc",
126
+ "lint": "true"
127
}
128
0 commit comments