fix(list reporter): add "return" back in
This commit is contained in:
parent
2dacfec182
commit
dc152ad614
|
|
@ -117,6 +117,7 @@ class ListReporter extends BaseReporter {
|
||||||
if (!this._printSteps) {
|
if (!this._printSteps) {
|
||||||
if (isTTY)
|
if (isTTY)
|
||||||
this._updateLine(this._testRows.get(test)!, colors.dim(formatTestTitle(this.config, test, step.parent)) + this._retrySuffix(result), this._testPrefix(testIndex, ''));
|
this._updateLine(this._testRows.get(test)!, colors.dim(formatTestTitle(this.config, test, step.parent)) + this._retrySuffix(result), this._testPrefix(testIndex, ''));
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const index = this.getStepIndex(testIndex, result, step);
|
const index = this.getStepIndex(testIndex, result, step);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue