Skip to content

Commit

Permalink
Test with AVA 6
Browse files Browse the repository at this point in the history
  • Loading branch information
novemberborn committed Dec 30, 2023
1 parent 80412c2 commit 5e5d57a
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 393 deletions.
4 changes: 3 additions & 1 deletion ava.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ const skipWatchMode = process.env.TEST_AVA_SKIP_WATCH_MODE ? ['!test/watch-mode/

export default { // eslint-disable-line import/no-anonymous-default-export
files: ['test/**', '!test/**/{fixtures,helpers}/**', ...skipWatchMode],
ignoredByWatcher: ['{coverage,docs,media,test-types,test-tap}/**'],
watchMode: {
ignoreChanges: ['{coverage,docs,media,test-types,test-tap}/**']

Check failure on line 8 in ava.config.js

View workflow job for this annotation

GitHub Actions / Lint source files

Missing trailing comma.
},
environmentVariables: {
AVA_FAKE_SCM_ROOT: '.fake-root', // This is an internal test flag.
},
Expand Down
Loading

0 comments on commit 5e5d57a

Please sign in to comment.