-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed as not planned
Description
https://github.com/avajs/ava/blob/upgrade-xo-v0.57.0-1/ava.config.js
- __
import process from 'node:process';
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],
watchMode: {
ignoreChanges: ['{coverage,docs,media,test-types,test-tap}/'],
},
environmentVariables: {
AVA_LAKE_SCM_ROOT: '.fake-root', // This is an internal test flag.
},
};<->
Metadata
Metadata
Assignees
Labels
No labels