Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 170 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 170 Bytes

mocha-istanbul-example

basic example of nodejs unit tests + code coverage based on mocha+istanbul

Install

npm install

Run tests and get coverage

npm run coverage