Top "Karma-jasmine" questions

Karma-Jasmine is an adapter for the Jasmine testing framework,which is shipped with Karma by default.

Karma webpack outputting multiple "webpack: wait until bundle finished"

After the recent releases of webpack 1.14.0 / karma 1.4.0 / karma-webpack 2.2.0, that I now see a lot of these messages when karma starts …

webpack karma-runner karma-jasmine karma-webpack
How to unit test a Angular 4 component which uses router.paramMap

I m new to angular 4 and trying to test one of the angular 4 feature router.paramMap from unit tests, Reading …

angular jasmine karma-jasmine
TypeError: _this.handler.handle is not a function error

I am getting this error that this.handler.handle is not a function in my unit testing in Angular 6 using …

angular karma-jasmine httphandler
Issues getting Karma to work with SystemJS, Angular2 and Typescript

I am facing issues getting Karma to work with SystemJS, Angular2 and Typescript. Here is my karma.conf.js: 'use …

typescript angular karma-runner karma-jasmine systemjs
ZoneAwarePromise has been overridden

After upgrading an application to rc-7 and running my unit tests to be sure nothing broke, I got this error …

angularjs unit-testing jasmine karma-jasmine zone
Angular testing mock subscribed property

I have a service with 2 properties: Service ... public usernameAnnounced; private username: Subject<string> = new Subject<string>(); …

angular typescript jasmine karma-jasmine jasmine2.0
AngularJS Jasmine testing get-request

I have a factory to execute a get request, I'd like to test. Unfortunately the karma test tells me that …

angularjs jasmine karma-runner karma-jasmine