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 96f47d3 commit 8a6f5f1Copy full SHA for 8a6f5f1
packages/vitest/src/node/reporters/base.ts
@@ -152,7 +152,7 @@ export abstract class BaseReporter implements Reporter {
152
}
153
154
else if (this.renderSucceed || anyFailed) {
155
- this.log(` ${c.dim(getStateSymbol(test))} ${getTestName(test, c.dim(' > '))}${suffix}`)
+ this.log(` ${getStateSymbol(test)} ${getTestName(test, c.dim(' > '))}${suffix}`)
156
157
158
0 commit comments