top | item 36550316

(no title)

jeffkeen | 2 years ago

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.

discuss

order

c-hendricks|2 years ago

You can debug Jest tests in Chrome use node's included inspector.

Ironically it's vitest that doesn't support this (IIRC, haven't checked in a minute)

jeffkeen|2 years ago

oh thanks for that tip!