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

Karma Tests Reporting Fast Runs, But Actually Running Slow

This is best explained with a video (or see the gif below): You'll notice that the Karma progr… Read more Karma Tests Reporting Fast Runs, But Actually Running Slow

Testing Jsonp $resource Angularjs

How do I test a request being sent and data is being received with a JSONP service? angular.module(… Read more Testing Jsonp $resource Angularjs

How To Deal With Thrown Errors In Async Code With Jasmine?

The following test causes Jasmine (2.3.4, run in browser via Karma) to crash and not run any subseq… Read more How To Deal With Thrown Errors In Async Code With Jasmine?

Karma And CoffeScript And Code Coverage

I think something may be wrong with the Karma CoffeeScript code coverage preprocessor. Or I'm n… Read more Karma And CoffeScript And Code Coverage