Skip to content

Commit 79a478f

Browse files
🔍 test: Upgrade ava.
1 parent 1af1597 commit 79a478f

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": [
@@ -28,7 +33,7 @@
2833
"@aureooms/js-functools": "^2.0.3",
2934
"@aureooms/js-integer": "^3.0.0",
3035
"@aureooms/js-itertools": "^3.1.1",
31-
"ava": "^0.19.0",
36+
"ava": "^3.7.1",
3237
"babel-cli": "^6.23.0",
3338
"babel-polyfill": "^6.23.0",
3439
"babel-preset-env": "^1.4.0",
@@ -45,8 +50,7 @@
4550
"esdoc-inject-script-plugin": "1.0.0",
4651
"esdoc-inject-style-plugin": "1.0.0",
4752
"esdoc-standard-plugin": "1.0.0",
48-
"np": "6.2.1",
49-
"xo": "0.29.1"
53+
"np": "6.2.1"
5054
},
5155
"homepage": "https://github.com/aureooms/js-rational",
5256
"keywords": [
@@ -72,7 +76,7 @@
7276
"build": "babel src -d lib",
7377
"cover": "nyc --reporter=lcov npm test",
7478
"prepublish": "npm run build",
75-
"test": "ava ./test/src --concurrency 8",
79+
"test": "ava",
7680
"esdoc": "esdoc"
7781
}
7882
}

0 commit comments

Comments
 (0)