I prefer using bun:test [1] where possible, super fast to run, all built-in no need to install any packages, supports watch mode, also TypeScript tests just works out of the box without additional deps or steps. You'll also get all the benefits of bun which is a breath of fresh air over npm.<p>[1] <a href="https://bun.sh/docs/cli/test" rel="nofollow">https://bun.sh/docs/cli/test</a>