An open API service indexing awesome lists of open source software.

https://github.com/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
https://github.com/bikecoders/basic-tdd-template

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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