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 985be30 commit 12c5a8fCopy full SHA for 12c5a8f
package.json
@@ -7,7 +7,11 @@
7
"require": [
8
"regenerator-runtime/runtime",
9
"@babel/register"
10
- ]
+ ],
11
+ "files": [
12
+ "test/src/**/*"
13
14
+ "timeout": "1m"
15
},
16
"babel": {
17
"presets": [
@@ -80,7 +84,7 @@
80
84
"@aureooms/js-itertools": "^3.1.1",
81
85
"@aureooms/js-random": "^2.0.0",
82
86
"@aureooms/js-search": "^0.0.4",
83
- "ava": "^0.19.1",
87
+ "ava": "^3.12.1",
88
"babel-cli": "^6.23.0",
89
"babel-polyfill": "^6.23.0",
90
"babel-preset-latest": "^6.22.0",
@@ -121,7 +125,8 @@
121
125
"build": "babel src -d lib",
122
126
"cover": "nyc --reporter=lcov npm test",
123
127
"prepublish": "npm run build",
124
- "test": "ava ./test/src",
- "esdoc": "esdoc"
128
+ "test": "ava",
129
+ "esdoc": "esdoc",
130
+ "lint": "true"
131
}
132
0 commit comments