Skip to content

Commit fde8671

Browse files
committed
Test with AVA 6
1 parent 808a561 commit fde8671

File tree

4 files changed

+30
-393
lines changed

4 files changed

+30
-393
lines changed

ava.config.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ const skipWatchMode = process.env.TEST_AVA_SKIP_WATCH_MODE ? ['!test/watch-mode/
44

55
export default { // eslint-disable-line import/no-anonymous-default-export
66
files: ['test/**', '!test/**/{fixtures,helpers}/**', ...skipWatchMode],
7-
ignoredByWatcher: ['{coverage,docs,media,test-types,test-tap}/**'],
7+
watchMode: {
8+
ignoreChanges: ['{coverage,docs,media,test-types,test-tap}/**'],
9+
},
810
environmentVariables: {
911
AVA_FAKE_SCM_ROOT: '.fake-root', // This is an internal test flag.
1012
},

0 commit comments

Comments
 (0)