Skip to content

Commit ae983e2

Browse files
authored
Update ava to v3 (#575)
1 parent 50ba9fe commit ae983e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@
4646
"semver": "^7.1.2"
4747
},
4848
"devDependencies": {
49+
"@ava/babel": "^1.0.1",
4950
"@lubien/fixture-beta-package": "^1.0.0-beta.1",
5051
"@typescript-eslint/parser": "^2.21.0",
51-
"ava": "^2.4.0",
52+
"ava": "^3.5.0",
5253
"babel-eslint": "^10.1.0",
5354
"chalk": "^3.0.0",
5455
"coveralls": "^3.0.9",
@@ -69,6 +70,7 @@
6970
"eslint": ">=6.7.1"
7071
},
7172
"ava": {
73+
"babel": true,
7274
"files": [
7375
"test/*.js"
7476
]

0 commit comments

Comments
 (0)