Skip to content

Commit 8e0b577

Browse files
🔍 test: Upgrade ava.
1 parent 85e4541 commit 8e0b577

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

Lines changed: 7 additions & 3 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": [
@@ -27,7 +31,7 @@
2731
},
2832
"devDependencies": {
2933
"@aureooms/js-itertools": "3.4.0",
30-
"ava": "0.25.0",
34+
"ava": "3.8.1",
3135
"babel-cli": "6.26.0",
3236
"babel-polyfill": "6.26.0",
3337
"babel-preset-latest": "6.24.1",
@@ -63,7 +67,7 @@
6367
"build": "rm -rf lib && babel src -d lib",
6468
"cover": "nyc --reporter=lcov npm test",
6569
"prepublish": "npm run build",
66-
"test": "ava ./test/src",
70+
"test": "ava",
6771
"esdoc": "esdoc"
6872
}
6973
}

0 commit comments

Comments
 (0)