How can I get typescript code coverage using karma and webpack in angular2?

143 views Asked by At

I am using the webpack configuration that can be found in angular2 documentation https://angular.io/docs/ts/latest/guide/webpack.html

If I add code coverage reporter, no lines/statement/functions are processed (zeros in generated report) although tests run as expected.

0

There are 0 answers