Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fdaciuk/backend-tdd-coverage
- Owner: fdaciuk
- License: other
- Created: 2015-10-22T20:20:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-12T01:26:57.000Z (about 9 years ago)
- Last Synced: 2024-04-09T21:52:04.539Z (7 months ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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