Skip to content

Commit f1babdc

Browse files
committed
fix(reporters): tests skipped by .only rendered success
1 parent 78f07c0 commit f1babdc

File tree

1 file changed

+1
-1
lines changed
  • packages/vitest/src/node/reporters

1 file changed

+1
-1
lines changed

packages/vitest/src/node/reporters/base.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ export abstract class BaseReporter implements Reporter {
140140
}
141141

142142
else if (this.renderSucceed || anyFailed) {
143-
this.log(` ${c.green(c.dim(F_CHECK))} ${getTestName(test, c.dim(' > '))}`)
143+
this.log(` ${c.dim(getStateSymbol(test))} ${getTestName(test, c.dim(' > '))}`)
144144
}
145145
}
146146
}

0 commit comments

Comments
 (0)