Skip to content

Commit d05cbe8

Browse files
🔍 test: Upgrade ava.
1 parent 5aa56df commit d05cbe8

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": [
@@ -31,7 +35,7 @@
3135
"@aureooms/js-partition": "^8.0.0",
3236
"@aureooms/js-random": "^2.0.0",
3337
"@aureooms/js-search": "^0.0.4",
34-
"ava": "^0.19.0",
38+
"ava": "^3.7.1",
3539
"babel-cli": "^6.23.0",
3640
"babel-polyfill": "^6.23.0",
3741
"babel-preset-latest": "^6.22.0",
@@ -47,8 +51,7 @@
4751
"esdoc-inject-script-plugin": "1.0.0",
4852
"esdoc-inject-style-plugin": "1.0.0",
4953
"esdoc-standard-plugin": "1.0.0",
50-
"np": "6.2.1",
51-
"xo": "0.29.1"
54+
"np": "6.2.1"
5255
},
5356
"homepage": "http://aureooms.github.io/js-selection",
5457
"keywords": [
@@ -72,7 +75,7 @@
7275
"build": "babel src -d lib",
7376
"cover": "nyc --reporter=lcov npm test",
7477
"prepublish": "npm run build",
75-
"test": "ava ./test/src",
78+
"test": "ava",
7679
"esdoc": "esdoc"
7780
}
7881
}

0 commit comments

Comments
 (0)