1210 Views
As part of our ongoing effort at my client to setup a testing environment for our JavaScript code I wanted to also setup the ability to do code coverage on our files. To accomplish this I am going to integrate istanbul coverage reporting w/ our karma test runner via the karma-coverage plugin.
0 comments