Skip to content

Commit 1cf286b

Browse files
🔍 test: Upgrade ava.
1 parent 62c0046 commit 1cf286b

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": [
@@ -32,7 +37,7 @@
3237
"@aureooms/js-operator": "^1.0.2",
3338
"@aureooms/js-random": "^2.0.0",
3439
"@aureooms/js-string": "^0.2.0",
35-
"ava": "^0.19.1",
40+
"ava": "^3.7.1",
3641
"babel-cli": "^6.24.1",
3742
"babel-polyfill": "^6.23.0",
3843
"babel-preset-env": "^1.4.0",
@@ -48,8 +53,7 @@
4853
"esdoc-inject-script-plugin": "1.0.0",
4954
"esdoc-inject-style-plugin": "1.0.0",
5055
"esdoc-standard-plugin": "1.0.0",
51-
"np": "6.2.1",
52-
"xo": "0.29.1"
56+
"np": "6.2.1"
5357
},
5458
"homepage": "https://aureooms.github.io/js-integer",
5559
"keywords": [
@@ -75,7 +79,7 @@
7579
"build": "babel src -d lib",
7680
"cover": "nyc --reporter=lcov npm test",
7781
"prepublish": "npm run build",
78-
"test": "ava ./test/src --concurrency 8",
82+
"test": "ava",
7983
"esdoc": "esdoc"
8084
}
8185
}

0 commit comments

Comments
 (0)