Hacker News new | ask | show | jobs
by johnny22 1221 days ago
node has a built in test runner too, but i've not used it yet.
1 comments

Recently stabilized in v18, yes, and it’s pretty great, but it doesn’t support TypeScript without a transpilation step, so you’ll still need to implement a build pipeline before you’re able to run a test.

For pure JS projects it’s quite nice though.

ah indeed. it should :(