bikecoders / basic-tdd-template

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License