Skip to content

Commit

Permalink
Update ava to v3 (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Mar 3, 2020
1 parent 50ba9fe commit ae983e2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -46,9 +46,10 @@
"semver": "^7.1.2"
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@lubien/fixture-beta-package": "^1.0.0-beta.1",
"@typescript-eslint/parser": "^2.21.0",
"ava": "^2.4.0",
"ava": "^3.5.0",
"babel-eslint": "^10.1.0",
"chalk": "^3.0.0",
"coveralls": "^3.0.9",
Expand All @@ -69,6 +70,7 @@
"eslint": ">=6.7.1"
},
"ava": {
"babel": true,
"files": [
"test/*.js"
]
Expand Down

0 comments on commit ae983e2

Please sign in to comment.