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

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

Expect Not Tothrow Function With Arguments - Jasmine

I have function that gets 3 arguments. I want to check that this function not throwing an error. I … Read more Expect Not Tothrow Function With Arguments - Jasmine

Is It Possible To Run Karma With No Browsers At All?

I started an Angular.js app with Yeoman's yo angular that includes Karma testing. Then, the gru… Read more Is It Possible To Run Karma With No Browsers At All?

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

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 Webpack - Error: Cannot Find Module "./test/utilities.js"

I'm using Karma Webpack for the unit tests of a project. When I run karma start, I have this e… Read more Karma Webpack - Error: Cannot Find Module "./test/utilities.js"

Karma Coverage And Babel+browserify Preprocessing

I'm using Karma to test my ES6 code. When I add karma-coverage to the mix, I need to add all th… Read more Karma Coverage And Babel+browserify Preprocessing

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'