You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The live update of "Duration" timer in Vitest 3 default reporter causes creating lots of entries in the terminal/command prompt when running tests as part of pre-push hook with lefthook and forwarding the results to stdout.
This wasn't the case with default reporter in Vitest 2.
Disabling the summary in default reporter and thus repainting "fixes" the issue:
Describe the bug
The live update of "Duration" timer in Vitest 3 default reporter causes creating lots of entries in the terminal/command prompt when running tests as part of pre-push hook with
lefthook
and forwarding the results to stdout.This wasn't the case with default reporter in Vitest 2.
Disabling the summary in default reporter and thus repainting "fixes" the issue:
Related discussion: #7285. It would be nice to have
summary: { duration: false }
option.Reproduction
https://github.com/fmal/vitest3-reporter
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: