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 Jan 11, 2024
1 parent 808a561 commit fde8671
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 393 deletions.
4 changes: 3 additions & 1 deletion ava.config.js
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}/**'],
},
environmentVariables: {
AVA_FAKE_SCM_ROOT: '.fake-root', // This is an internal test flag.
},
Expand Down

0 comments on commit fde8671

Please sign in to comment.