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

Commit

Permalink
feat: upgrade Ava (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni authored and clarkdo committed Jul 26, 2019
1 parent 1120f23 commit 54c29ff
Show file tree
Hide file tree
Showing 3 changed files with 1,539 additions and 1,437 deletions.
6 changes: 6 additions & 0 deletions ava.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
export default {
sources: ['**/*.{js}'],
files: ['./test/*.test.js', '!template'],
tap: false,
verbose: true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"devDependencies": {
"@nuxtjs/eslint-config": "^1.0.1",
"ava": "^1.2.1",
"ava": "^2.2.0",
"eslint": "^5.13.0",
"standard-version": "^5.0.1"
},
Expand Down
Loading

0 comments on commit 54c29ff

Please sign in to comment.