Skip to content

Commit

Permalink
Update to AVA v6
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Dec 7, 2023
1 parent e8b5e3d commit 47f4543
Show file tree
Hide file tree
Showing 3 changed files with 881 additions and 414 deletions.
4 changes: 3 additions & 1 deletion ava.config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
export default () => {
return {
ignoredByWatcher: ['tmp/**/*'],
files: ['**/*.test.ts', '!package/**/*'],
ignoreChanges: {
watchMode: ['tmp/**/*']
},
extensions: {
ts: 'commonjs'
},
Expand Down
Loading

0 comments on commit 47f4543

Please sign in to comment.