We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e0593 commit e3af70aCopy full SHA for e3af70a
lib/globs.js
@@ -26,6 +26,7 @@ const defaultIgnoredByWatcherPatterns = [
26
'**/*.snap.md', // No need to rerun tests when the Markdown files change.
27
'ava.config.js', // Config is not reloaded so avoid rerunning tests when it changes.
28
'ava.config.cjs', // Config is not reloaded so avoid rerunning tests when it changes.
29
+ 'ava.config.mjs', // Config is not reloaded so avoid rerunning tests when it changes.
30
];
31
32
const buildExtensionPattern = extensions => extensions.length === 1 ? extensions[0] : `{${extensions.join(',')}}`;
0 commit comments