You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log(chalk.magenta(` ${figures.warning} Experiments are enabled. These are unsupported and may change or be removed at any time.`));
325
-
}
326
-
327
-
if(Object.hasOwn(conf,'babel')){
328
-
exit('Built-in Babel support has been removed.');
329
-
}
330
-
331
-
if(Object.hasOwn(conf,'compileEnhancements')){
332
-
exit('Enhancement compilation must be configured in AVA’s Babel options.');
333
-
}
334
-
335
-
if(Object.hasOwn(conf,'helpers')){
336
-
exit('AVA no longer compiles helpers. Add exclusion patterns to the ’files’ configuration and specify ’compileAsTests’ in the Babel options instead.');
337
-
}
338
-
339
-
if(Object.hasOwn(conf,'sources')){
340
-
exit('’sources’ has been removed. Use ’ignoredByWatcher’ to provide glob patterns of files that the watcher should ignore.');
320
+
exit('The --concurrency or -c flag must be provided with a non-negative integer.');
0 commit comments