Vitest Coverage UI #6491
Answered
by
AriPerkkio
ademyalcin27
asked this question in
Q&A
-
There is column( green fields) which is shows how many times is tested such as 2x, 3x, how can I do visible on vitest? |
Beta Was this translation helpful? Give feedback.
Answered by
AriPerkkio
Sep 13, 2024
Replies: 1 comment 3 replies
-
Sorry I'm not sure I understand the question. Could you be more specific? What's not visible? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It's visible on Vitest too, both on coverage HTML report and on Vitest UI.
As far as I know, Jest doesn't have "UI" package. Are you opening the
coverage/index.html
from Jest in browser? You can do same with Vitest. Or just look at it on Vitest UI: