Skip to main content

All Questions

3 votes
1 answer
318 views

Coverage.json not generated with Jasmine RequireJS and Istanbul in grunt

I have trying to generate coverage report based from grunt using grunt-template-jasmine-istanbul. The Specs are executed correctly but no coverage report is generated. Below is my code in the config ...
Arun Kumar's user avatar
1 vote
0 answers
138 views

Istanbul coverage with built React JavaScript and Jasmine

I have a built version of a React module that I'm testing successfully with Jasmine but when I try to use Istanbul to determine my tests coverage it shows that I'm only testing the Require.js Define ...
sbason's user avatar
  • 11
5 votes
2 answers
1k views

How can I get istanbul working with node, mocha, jasmine and require js

I have an existing test suite that runs fine in node.js using mocha, require and jasmine, with the tests being run via a psake powershell script. I am attempting to add test coverage, so to run the ...
user2576666's user avatar