Replies: 1 comment 3 replies
-
You can try |
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
-
I would like to have an improved test output where I can see how many tests did run and what the error output is of all failed tests. Now it's quite hard to know why a test failed and how many tests failed/succeded.
I just tried to switch from jest to vitest for our CRA 2 based app and compared to Jest this output is not verbose enough for me.
Beta Was this translation helpful? Give feedback.
All reactions