Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fdaciuk/backend-tdd-coverage

Workflow to write tests on backend with NodeJS
https://github.com/fdaciuk/backend-tdd-coverage

Last synced: about 1 month ago
JSON representation

Workflow to write tests on backend with NodeJS

Awesome Lists containing this project

README

        

# backend-tdd-coverage
> Workflow to write tests on backend with NodeJS

- Clone this repository;
- Install global packages: `sudo npm i -g gulp istanbul mocha`;
- Install local packages: `npm i`;

## Running

Just type `gulp` on terminal and anjoy tests and code coverage!
You may yet see coverage statistics, on

## License

[MIT](LICENSE.md) © DOMPhysis