###Testing NodeJS with Mocha, Chai, Sinon, and Blanket.
By Diraj Potlapally ([email protected])
#####This project provides boilerplate for supporting test coverage reporting.
-
Install dependencies (mocha, chai, sinon and blanket)
$ cd /path/to/project/ $ npm install
-
Generate coverage report
$ make test-blanket
-
Open report
$ open coverage.html
(report output to coverage.html)