Skip to content Skip to sidebar Skip to footer
Showing posts with the label Karma Coverage

Karma Coverage And Babel+browserify Preprocessing

I'm using Karma to test my ES6 code. When I add karma-coverage to the mix, I need to add all th… Read more Karma Coverage And Babel+browserify Preprocessing

Karma + Jspm + Typescript - Not Found '.ts.js'

Mainly just trying to get Karma+JSPM to play nice on loading the .ts files but having absolutely no… Read more Karma + Jspm + Typescript - Not Found '.ts.js'

Ng Test --code-coverage Not Printing Coverage Details

When I run the tests using ng test --code-coverage I get the code coverage as unknown, not sure wha… Read more Ng Test --code-coverage Not Printing Coverage Details