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

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

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'

Don't Work $compile In Jasmine Karma Angular

(function () { 'use strict'; angular .module('app.widgets') … Read more Don't Work $compile In Jasmine Karma Angular

How Can I Use Html Fixtures With Karma Test Runner Using Qunit?

I'm playing with Karma test runner (http://karma-runner.github.io/0.8/index.html) using qunit (… Read more How Can I Use Html Fixtures With Karma Test Runner Using Qunit?

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"

Webpackjsonp Not Defined Using Karma-webpack?

I am building a boilerplate with webpack and karma with mocha. This is the configuration I am using… Read more Webpackjsonp Not Defined Using Karma-webpack?