Skip to content

Commit 807a30f

Browse files
🔍 test: Upgrade ava.
1 parent 154e973 commit 807a30f

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": [
@@ -30,7 +34,7 @@
3034
"devDependencies": {
3135
"@aureooms/js-compare": "1.4.5",
3236
"@aureooms/js-itertools": "3.4.0",
33-
"ava": "0.25.0",
37+
"ava": "3.8.1",
3438
"babel-cli": "6.26.0",
3539
"babel-polyfill": "6.26.0",
3640
"babel-preset-latest": "6.24.1",
@@ -73,7 +77,7 @@
7377
"build": "rm -rf lib && babel src -d lib",
7478
"cover": "nyc --reporter=lcov npm test",
7579
"prepublish": "npm run build",
76-
"test": "ava ./test/src",
80+
"test": "ava",
7781
"esdoc": "esdoc"
7882
}
7983
}

0 commit comments

Comments
 (0)