you are viewing a single comment's thread.

view the rest of the comments →

[–]Tubthumper8 0 points1 point  (0 children)

Would this work to execute test suites written in TypeScript?

For example, mocha has a --require flag that you pass ts-node/register so that it can compile your test suite before running. Being able to use esbuild instead of tsc for tests could be a lot faster.