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

How To Inject Ngroute Into Jasmine / Karma Angularjs Unit Test?

I'm trying to get a basic unit test example working. It all works fine with this app.js var wha… Read more How To Inject Ngroute Into Jasmine / Karma Angularjs Unit Test?

Angular Material 2 - Trigger Change Event In Md-checkbox In A Unit Test

I am having problems triggering a 'change' event for a md-checkbox in an Angular Unit Test,… Read more Angular Material 2 - Trigger Change Event In Md-checkbox In A Unit Test

Jasmine Doesn't Inject Services

Premise: my app works perfectly, but anyway I decided to imoplement units tests. My test, that chec… Read more Jasmine Doesn't Inject Services

Integrating Javascripts Unit Tests Code Coverage In MSBuild

I am using Jasmine and Karma for writing unit tests and code coverage. I have created the tasks usi… Read more Integrating Javascripts Unit Tests Code Coverage In MSBuild