Skip to content

Commit

Permalink
Add tmp to AVA ignoredByWatcher
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Feb 9, 2023
1 parent 802521c commit fa4a07b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ava.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export default {
ignoredByWatcher: ['tmp/**/*'],
files: ['**/*.spec.js', '!package/**/*']
}

0 comments on commit fa4a07b

Please sign in to comment.