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

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

Ui Router Extras Breaks My Unit Tests With Unexpected Results Error?

QUESTION: - Why are my tests failing when ui-router-extras (not normal ui-router) is install? - How… Read more Ui Router Extras Breaks My Unit Tests With Unexpected Results Error?

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'

Babel / Karma / Chai Gives Typeerror: 'caller', 'callee', And 'arguments' Properties May Not Be Accessed On Strict Mode Functions

I having trouble figuring out why this test is not passing. var expect = require('chai').ex… Read more Babel / Karma / Chai Gives Typeerror: 'caller', 'callee', And 'arguments' Properties May Not Be Accessed On Strict Mode Functions

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

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

Angular Testing With Karma: "module Is Not Defined"

I know this question has been asked many times, and I know that in most cases people are missing th… Read more Angular Testing With Karma: "module Is Not Defined"