Skip to content

Commit db71289

Browse files
committed
Instead of Waiting on we are now Running tests.
1 parent 2d3874e commit db71289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DefaultTestReporter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ DefaultTestReporter.prototype._printWaitingOn = function(aggregatedResults) {
194194
var pluralTests = remainingTests === 1 ? 'test' : 'tests';
195195
this._process.stdout.write(
196196
this._formatMsg(
197-
'Waiting on ' + remainingTests + ' ' + pluralTests + '...',
197+
'Running ' + remainingTests + ' ' + pluralTests + '...',
198198
colors.GRAY + colors.BOLD
199199
)
200200
);

0 commit comments

Comments
 (0)