I’d love to see how you use it. My encounters with jest have been painful, and it seemed unnecessarily cruel to run browser tests in node, where you couldn’t just easily put a debugger statement in there and use the inspector to see what was going on.
c-hendricks|2 years ago
Ironically it's vitest that doesn't support this (IIRC, haven't checked in a minute)
c-hendricks|2 years ago
https://vitest.dev/guide/debugging.html
jeffkeen|2 years ago