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
describe: 'Select which test files to run. Leave empty if you want AVA to run all test files as per your configuration. Accepts glob patterns, directories that (recursively) contain test files, and file paths optionally suffixed with a colon and comma-separated numbers and/or ranges identifying the 1-based line(s) of specific tests to run',
describe: 'Glob pattern to select a single test file to debug, optionally suffixed with a colon and comma-separated numbers and/or ranges identifying the 1-based line(s) of specific tests to run',
this.lineWriter.writeLine(colors.error(`${figures.cross}${fileStats.remainingTests}${plur('test',fileStats.remainingTests)} remaining in ${this.relativeFile(event.testFile)}`));
331
332
}
332
333
}
@@ -632,6 +633,7 @@ export default class Reporter {
632
633
this.lineWriter.writeLine(colors.error(`${figures.cross} Couldn’t find any files to test`+firstLinePostfix));
this.lineWriter.writeLine(colors.error(`${figures.cross} Based on your configuration, ${count} test ${plur('file was','files were',count)} found, but did not match the filters:`+firstLinePostfix));
0 commit comments