Test framework written in TDD way. No dependencies other than TypeScript/NodeJS.

To run in watch mode:

npm i
npm start

To run manually:

npm i
npm run compile
npm run test