This project is a template to run tests with TypeScript tests in Node.js using Test-Driven Development, thanks to Mocha watch mode.
Two commands are available :
npm run testruns all the testsnpm run test:watchruns all the tests and watches modifications in the source code.