Skip to content

Commit b3da5eb

Browse files
🔍 test: Upgrade ava.
1 parent 92ccd0d commit b3da5eb

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

‎package.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
"require": [
88
"regenerator-runtime/runtime",
99
"@babel/register"
10-
]
10+
],
11+
"files": [
12+
"test/src/**/*"
13+
],
14+
"timeout": "1m",
15+
"concurrency": 8
1116
},
1217
"babel": {
1318
"presets": [
@@ -75,7 +80,7 @@
7580
"devDependencies": {
7681
"@aureooms/js-itertools": "^3.3.0",
7782
"@aureooms/js-random": "^2.0.0",
78-
"ava": "^0.19.1",
83+
"ava": "^3.14.0",
7984
"babel-cli": "^6.24.1",
8085
"babel-polyfill": "^6.23.0",
8186
"babel-preset-env": "^1.5.2",
@@ -116,7 +121,8 @@
116121
"build": "babel src -d lib",
117122
"cover": "nyc --reporter=lcov npm test",
118123
"prepublish": "npm run build",
119-
"test": "ava ./test/src --concurrency 8",
120-
"esdoc": "esdoc"
124+
"test": "ava",
125+
"esdoc": "esdoc",
126+
"lint": "true"
121127
}
122128
}

0 commit comments

Comments
 (0)