Category Archives: Jasmine
JavaScript Code Coverage using Karma-Coverage w/ Grunt
As part of our ongoing effort at my client to setup a testing environment for our JavaScript code I wanted to also setup the ability to do code coverage on our files. To accomplish this I am going to integrate … Continue reading
Also posted in Grunt, Testing
3 Comments
Using Grunt/Karma/Jasmine-Ajax inside your Jasmine Tests
My current client is trying to add JavaScript specs to its code base and we have decided to implement a Grunt/Karma/Jasmine solution. Like many (if not most) JavaScript code bases our code will make remote calls via jQuery to the … Continue reading
Also posted in Grunt, Testing
2 Comments