Skip to content

Commit 2e7583c

Browse files
🔍 test: Upgrade ava.
1 parent 7f7d2be commit 2e7583c

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": [
@@ -28,7 +32,7 @@
2832
"@aureooms/js-itertools": "^3.1.1"
2933
},
3034
"devDependencies": {
31-
"ava": "0.25.0",
35+
"ava": "3.7.1",
3236
"babel-cli": "6.26.0",
3337
"babel-polyfill": "6.26.0",
3438
"babel-preset-latest": "6.24.1",
@@ -44,8 +48,7 @@
4448
"esdoc-inject-script-plugin": "1.0.0",
4549
"esdoc-inject-style-plugin": "1.0.0",
4650
"esdoc-standard-plugin": "1.0.0",
47-
"np": "6.2.1",
48-
"xo": "0.29.1"
51+
"np": "6.2.1"
4952
},
5053
"homepage": "https://aureooms.github.io/js-heapq",
5154
"keywords": [
@@ -66,7 +69,7 @@
6669
"build": "rm -rf lib && babel src -d lib",
6770
"cover": "nyc --reporter=lcov npm test",
6871
"prepublish": "npm run build",
69-
"test": "ava ./test/src",
72+
"test": "ava",
7073
"esdoc": "esdoc"
7174
}
7275
}

0 commit comments

Comments
 (0)