Skip to content

Commit

Permalink
Update to ava v6 and c8 v9
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Apr 29, 2024
1 parent 15610ca commit b53c671
Show file tree
Hide file tree
Showing 3 changed files with 610 additions and 557 deletions.
5 changes: 4 additions & 1 deletion ava.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
export default {
files: ['**/*.spec.js', '!package/**/*']
files: ['**/*.spec.js', '**/*.test.js', '!package/**/*'],
ignoreChanges: {
watchMode: ['tmp/**/*']
}
}
Loading

0 comments on commit b53c671

Please sign in to comment.