Skip to content

Commit dafa87f

Browse files
🔍 test: Upgrade ava.
1 parent 1669591 commit dafa87f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

package.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@
77
"require": [
88
"@babel/polyfill",
99
"@babel/register"
10-
]
10+
],
11+
"files": [
12+
"test/src/**/*"
13+
],
14+
"timeout": "1m"
1115
},
1216
"babel": {
1317
"presets": [
@@ -30,7 +34,7 @@
3034
"@aureooms/js-itertools": "^3.3.0",
3135
"@aureooms/js-random": "^2.0.0",
3236
"@aureooms/js-sort": "^7.0.0",
33-
"ava": "^0.19.1",
37+
"ava": "^3.8.1",
3438
"babel-cli": "^6.24.1",
3539
"babel-polyfill": "^6.23.0",
3640
"babel-preset-env": "^1.4.0",
@@ -46,8 +50,7 @@
4650
"esdoc-inject-script-plugin": "1.0.0",
4751
"esdoc-inject-style-plugin": "1.0.0",
4852
"esdoc-standard-plugin": "1.0.0",
49-
"np": "6.2.1",
50-
"xo": "0.29.1"
53+
"np": "6.2.1"
5154
},
5255
"homepage": "https://aureooms.github.io/js-permutation",
5356
"keywords": [
@@ -67,7 +70,7 @@
6770
"build": "babel src -d lib",
6871
"cover": "nyc --reporter=lcov npm test",
6972
"prepublish": "npm run build",
70-
"test": "ava ./test/src",
73+
"test": "ava",
7174
"esdoc": "esdoc"
7275
}
7376
}

0 commit comments

Comments
 (0)