Example project for istanbul jasmine and supertest integration
Read the full blog-post here
npm install
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