Skip to content

Commit 8f53c97

Browse files
🔍 test: Upgrade ava.
1 parent 46248a6 commit 8f53c97

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": [
@@ -29,7 +33,7 @@
2933
"@aureooms/js-compare": "1.4.5",
3034
"@aureooms/js-itertools": "3.4.0",
3135
"@aureooms/js-random": "2.0.0",
32-
"ava": "0.25.0",
36+
"ava": "3.7.1",
3337
"babel-cli": "6.26.0",
3438
"babel-polyfill": "6.26.0",
3539
"babel-preset-latest": "6.24.1",
@@ -45,8 +49,7 @@
4549
"esdoc-inject-script-plugin": "1.0.0",
4650
"esdoc-inject-style-plugin": "1.0.0",
4751
"esdoc-standard-plugin": "1.0.0",
48-
"np": "6.2.1",
49-
"xo": "0.29.1"
52+
"np": "6.2.1"
5053
},
5154
"homepage": "https://aureooms.github.io/js-red-black-tree",
5255
"keywords": [
@@ -65,7 +68,7 @@
6568
"build": "babel src -d lib",
6669
"cover": "nyc --reporter=lcov npm test",
6770
"prepublish": "npm run build",
68-
"test": "ava ./test/src",
71+
"test": "ava",
6972
"esdoc": "esdoc"
7073
}
7174
}

0 commit comments

Comments
 (0)