We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15610ca commit b53c671Copy full SHA for b53c671
ava.config.js
@@ -1,3 +1,6 @@
1
export default {
2
- files: ['**/*.spec.js', '!package/**/*']
+ files: ['**/*.spec.js', '**/*.test.js', '!package/**/*'],
3
+ ignoreChanges: {
4
+ watchMode: ['tmp/**/*']
5
+ }
6
}
0 commit comments