Skip to content

Commit a434121

Browse files
🔍 test: Upgrade ava.
1 parent 207cf49 commit a434121

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

package.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,12 @@
77
"require": [
88
"@babel/polyfill",
99
"@babel/register"
10-
]
10+
],
11+
"files": [
12+
"test/src/**/*"
13+
],
14+
"timeout": "1m",
15+
"concurrency": 8
1116
},
1217
"babel": {
1318
"presets": [
@@ -30,7 +35,7 @@
3035
"@aureooms/js-memory": "4.0.0",
3136
"@aureooms/js-operator": "1.0.2",
3237
"@aureooms/js-type": "1.0.4",
33-
"ava": "0.25.0",
38+
"ava": "3.8.1",
3439
"babel-cli": "6.26.0",
3540
"babel-polyfill": "6.26.0",
3641
"babel-preset-env": "1.7.0",
@@ -46,8 +51,7 @@
4651
"esdoc-inject-script-plugin": "1.0.0",
4752
"esdoc-inject-style-plugin": "1.0.0",
4853
"esdoc-standard-plugin": "1.0.0",
49-
"np": "6.2.1",
50-
"xo": "0.29.1"
54+
"np": "6.2.1"
5155
},
5256
"homepage": "http://aureooms.github.io/js-random/",
5357
"keywords": [
@@ -70,7 +74,7 @@
7074
"build": "babel src -d lib",
7175
"cover": "nyc --reporter=lcov npm test",
7276
"prepublish": "npm run build",
73-
"test": "ava ./test/src --concurrency 8",
77+
"test": "ava",
7478
"esdoc": "esdoc"
7579
}
7680
}

0 commit comments

Comments
 (0)