Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Dec 11, 2024
1 parent 45a433f commit 190ce3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/node/reporters/summary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ export class SummaryReporter extends TaskParser implements Reporter {
+ formatProjectName(testFile.projectName)
+ testFile.filename
+ (!testFile.completed && !testFile.total
? '[queued]'
? ' [queued]'
: c.dim(` ${testFile.completed}/${testFile.total}`)),
)

Expand Down

0 comments on commit 190ce3a

Please sign in to comment.