Skip to content

Commit 4ef868e

Browse files
🔍 test: Upgrade ava.
1 parent a46378e commit 4ef868e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

package.json

+7-3
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": [
@@ -34,7 +38,7 @@
3438
"@aureooms/js-number": "3.1.0",
3539
"@aureooms/js-operator": "1.0.2",
3640
"@aureooms/js-sort": "7.0.0",
37-
"ava": "0.25.0",
41+
"ava": "3.8.1",
3842
"babel-cli": "6.26.0",
3943
"babel-polyfill": "6.26.0",
4044
"babel-preset-latest": "6.24.1",
@@ -77,7 +81,7 @@
7781
"build": "rm -rf lib && babel src -d lib",
7882
"cover": "nyc --reporter=lcov npm test",
7983
"prepublish": "npm run build",
80-
"test": "ava ./test/src",
84+
"test": "ava",
8185
"esdoc": "esdoc"
8286
}
8387
}

0 commit comments

Comments
 (0)