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 0296a0e commit 2c0c250Copy full SHA for 2c0c250
lib/command/dryRun.js
@@ -59,7 +59,7 @@ function printTests(files) {
59
let numOfSuites = 0;
60
61
for (const suite of mocha.suite.suites) {
62
- output.print(`${colors.white.bold(suite.title)} -- ${output.styles.log(suite.file || '')}`);
+ output.print(`${colors.white.bold(suite.title)} -- ${output.styles.log(suite.file || '')} -- ${suite.tests.length} tests`);
63
numOfSuites++;
64
65
for (const test of suite.tests) {
0 commit comments