Y
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
ovao
1220 days ago
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.
link
johnny22
1220 days ago
ah indeed. it should :(
link
For pure JS projects it’s quite nice though.