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.
Waiting on
Running
1 parent 2d3874e commit db71289Copy full SHA for db71289
src/DefaultTestReporter.js
@@ -194,7 +194,7 @@ DefaultTestReporter.prototype._printWaitingOn = function(aggregatedResults) {
194
var pluralTests = remainingTests === 1 ? 'test' : 'tests';
195
this._process.stdout.write(
196
this._formatMsg(
197
- 'Waiting on ' + remainingTests + ' ' + pluralTests + '...',
+ 'Running ' + remainingTests + ' ' + pluralTests + '...',
198
colors.GRAY + colors.BOLD
199
)
200
);
0 commit comments