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

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

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'

Getting Karma Code Coverage For Pre-transpilation Source Code

I'm using Karma to run tests, webpack to bundle files, and babel for es6 -> es5 transpilatio… Read more Getting Karma Code Coverage For Pre-transpilation Source Code