UVU — Run Tests with TypeScript and ESM
We’re using UVU as the test runner for packages and applications. UVU works nicely in CommonJS projects using plain JavaScript and also with TypeScript using a require hook. We used the ts-node/register hook with UVU, but that one doesn't work anymore when migrating your code from CommonJS to …
Continue Reading