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

Typeerror: 'undefined' Is Not A Function (evaluating 'mockbackend.expectpost(

I am trying to unit test an angularjs controller with Karma, and jasmine. Here is my test suite: de… Read more Typeerror: 'undefined' Is Not A Function (evaluating 'mockbackend.expectpost(

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 Run A Single E2e Test With Testacular?

Testacular is really nice test runner and I like it very much. Running my unit test I noticed that … Read more How To Run A Single E2e Test With Testacular?

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?

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'

Test Lit-element Webcomponent With Karma

I am trying to create a blank project, like a template, using lit-html. I wanted to also add some t… Read more Test Lit-element Webcomponent With Karma

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