Back to Typescript

Testing

docs/testing/intro.md

latest269 B
Original Source

Testing

TypeScript can be used with any JavaScript testing framework that you want. In the worst case you can always do a simple TypeScript -> JavaScript transform and go your merry way.

That said, in this section look at options that we have enjoyed greatly 🌹