Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 54c29ff

Browse files
vinayakkulkarniclarkdo
authored andcommitted
feat: upgrade Ava (#284)
1 parent 1120f23 commit 54c29ff

File tree

3 files changed

+1539
-1437
lines changed

3 files changed

+1539
-1437
lines changed

ava.config.js

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
export default {
2+
sources: ['**/*.{js}'],
3+
files: ['./test/*.test.js', '!template'],
4+
tap: false,
5+
verbose: true
6+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"devDependencies": {
3333
"@nuxtjs/eslint-config": "^1.0.1",
34-
"ava": "^1.2.1",
34+
"ava": "^2.2.0",
3535
"eslint": "^5.13.0",
3636
"standard-version": "^5.0.1"
3737
},

0 commit comments

Comments
 (0)