Skip to content

Commit 5036d5e

Browse files
committedApr 24, 2020
🔍 test: Upgrade ava.
1 parent d0c7038 commit 5036d5e

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed
 

‎package.json

+9-5
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": [
@@ -27,7 +32,7 @@
2732
"@aureooms/js-algorithms": "^3.0.7",
2833
"@aureooms/js-int32": "^3.0.0",
2934
"@aureooms/js-random": "^2.0.0",
30-
"ava": "^0.21.0",
35+
"ava": "^3.7.1",
3136
"babel-cli": "^6.24.1",
3237
"babel-polyfill": "^6.23.0",
3338
"babel-preset-latest": "^6.24.1",
@@ -43,8 +48,7 @@
4348
"esdoc-inject-script-plugin": "1.0.0",
4449
"esdoc-inject-style-plugin": "1.0.0",
4550
"esdoc-standard-plugin": "1.0.0",
46-
"np": "6.2.1",
47-
"xo": "0.29.1"
51+
"np": "6.2.1"
4852
},
4953
"homepage": "http://aureooms.github.io/js-number",
5054
"keywords": [
@@ -64,7 +68,7 @@
6468
"build": "babel src -d lib",
6569
"cover": "nyc --reporter=lcov npm test",
6670
"prepublish": "npm run build",
67-
"test": "ava ./test/src --concurrency 8",
71+
"test": "ava",
6872
"esdoc": "esdoc"
6973
}
7074
}

0 commit comments

Comments
 (0)
Please sign in to comment.