Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 493 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 493 Bytes

Basic TDD Template

Just a basic template to start doing TDD. Ideal for Hacker Rank exercises, dummy projects, POC or just a play ground

How to start

Just run npm run test:watch and start doing TDD. It will detect your tests and will run them

Only one test

Just run npm run test:watch -- YOUR_FILE

Debug mode

By just npm run test:debug

Coverage

By just npm run test:coverage

More info

See the package.json to see our commands, they are simple and hackable