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

Return A Promise In Jasmine Directive Controller

In my unit test i need to return a promise so that my tests don't fail: describe('refugeeRe… Read more Return A Promise In Jasmine Directive Controller

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

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?

How Do I Unit Test $scope.broadcast, $scope.$on Using Jasmine

I'm newbie to AngularJs/NodeJs world, so forgive if this is a basic question to some. So in a n… Read more How Do I Unit Test $scope.broadcast, $scope.$on Using Jasmine

How Do I Trigger A Mousemove Event In An Angularjs Unit Test

I have implemented an angularjs directive that use mouse event; clicking on component and moving mo… Read more How Do I Trigger A Mousemove Event In An Angularjs Unit Test