Just a basic template to start doing TDD. Ideal for Hacker Rank exercises, dummy projects, POC or just a play ground
Just run npm run test:watch
and start doing TDD. It will detect your tests and will run them
Just run npm run test:watch -- YOUR_FILE
By just npm run test:debug
By just npm run test:coverage
See the package.json
to see our commands, they are simple and hackable