Hacker News new | ask | show | jobs
by c-hendricks 1088 days 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)

2 comments

Missed the edit window, but looks like I'm outdated: vitest does support node's debugger

https://vitest.dev/guide/debugging.html

oh thanks for that tip!