Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ava.Js #3363

Open
Aya-arch-prog opened this issue Dec 29, 2024 · 0 comments
Open

Ava.Js #3363

Aya-arch-prog opened this issue Dec 29, 2024 · 0 comments

Comments

@Aya-arch-prog
Copy link

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.
},
};<->

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant