Top "Chutzpah" questions

Chutzpah is an open source JavaScript test runner which helps you integrate JavaScript unit testing into your website.

Unit testing using Jasmine and TypeScript

I am trying to get a unit test written in Typescript using Jasmine to compile. With the following in my …

javascript unit-testing typescript jasmine chutzpah
When testing angularjs controller - Can't find variable: module / inject by chutzpah

I have angularJs controller angular.module('App.ctrl.guests', []) .controller('guestsController', ['$scope', '$http', '$location', '$timeout', 'guestsService', …

javascript angularjs visual-studio-2012 jasmine chutzpah
Using Jasmine and Chutzpah to unit test a AngularJs controller

I am programming with VS2013 and would like to make unit tests on my AngularJs controllers. For example I have …

javascript angularjs visual-studio jasmine chutzpah