How I combined node:test with TypeScript!
When using the new node:test library, I wondered how to integrate it with my TypeScript flow. However, I was baffled by the options. So, I had to build something new!
Borp is a new runner for the `node:test` library. It combines support for code coverage and typescript pre-compilation while avoiding most overhead. It's the perfect testing companion for Node.js.
Take a look at it at https://github.com/mcollina/borp!
Also mentioned in the video:
https://github.com/mcollina/tspl - test planner for node:test
https://github.com/mcollina/snap - snapshot testing for node:test
https://github.com/molow/reporters - collection of reporters for node:test