Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 473 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 473 Bytes

istanbul-code-coverage-example

Example project for istanbul jasmine and supertest integration

Read the full blog-post here

Installation

npm install

Getting Started

After installation, open cmd and cd to that folder.

Run the service:

>> npm run start

Run the unit test:

>> npm run test

Run the istanbul code coverage:

>> npm run test-cover

Watch code coverage report:

cd ./coverage/lcov-report
index.html