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

Tracing Errors Using Karma + Babel + Webpack With Bundles

Using karma + babel + webpack to run ES6 unit tests. I use a webpack bundle to locate and transpile… Read more Tracing Errors Using Karma + Babel + Webpack With Bundles

Load Local Json Into Jasmine/karma Unit Test In Angularjs

I'm testing a callback function which accepts a response object as it's only parameter. Thi… Read more Load Local Json Into Jasmine/karma Unit Test In Angularjs

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

Writing Karma + Mocha Tests With Both Dependency Injection And `done`?

What's the most elegant way to write Karma unit tests in mocha that both have dependency inject… Read more Writing Karma + Mocha Tests With Both Dependency Injection And `done`?

Unit Testing A Angularjs Service?

Hey, I need help with my testing service. I have this service: MyService.js And this controller: a… Read more Unit Testing A Angularjs Service?

Loading External File From Karma/jasmine Test

I'm trying to accomplish a Jasmine test (using Karma and IntelliJ 13) to validate JSON files. I… Read more Loading External File From Karma/jasmine Test

Promises With $q And Angular In Karma, Mocha & Chai

So i tried to get the promises to work in my angular app tests, can anyone figure out what im doing… Read more Promises With $q And Angular In Karma, Mocha & Chai

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?