Skip to content

Commit 1f16ca5

Browse files
🔍 test: Upgrade ava.
1 parent 8143d60 commit 1f16ca5

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": [
@@ -38,7 +42,7 @@
3842
"@aureooms/js-functools": "2.0.3",
3943
"@aureooms/js-itertools": "3.4.0",
4044
"@aureooms/js-number": "3.1.0",
41-
"ava": "0.25.0",
45+
"ava": "3.8.1",
4246
"babel-cli": "6.26.0",
4347
"babel-polyfill": "6.26.0",
4448
"babel-preset-latest": "6.24.1",
@@ -82,7 +86,7 @@
8286
"build": "rm -rf lib && babel src -d lib",
8387
"cover": "nyc --reporter=lcov npm test",
8488
"prepublish": "npm run build",
85-
"test": "ava ./test/src",
89+
"test": "ava",
8690
"esdoc": "esdoc"
8791
}
8892
}

0 commit comments

Comments
 (0)