How Do I Run Unit Tests In TypeScript?
I found a way to run unit tests in Node.js (https://repl.it/@JimLynch/Nodejs-TDD-Fizzbuzzified-String). However, this does not work when I try to run it with TypeScript. Is there any working example of running unit tests in TypeScript?