An extension to Jasmine JavaScript library for easier testing jQuery functions.
I am new to Jasmine2 JS framework. I am using Jasmine.js framework to create test suites for my application …
javascript jquery backbone.js jasmine jasmine-jqueryThis is a Rails app. I'm using the Jasmine gem with Jasmine-Jquery. Here's my JS in asset pipeline: $selector = function() { $(…
javascript jasmine jasmine-jqueryI'm using the jQuery-Jasmine extension to spy on events but i can't get the correct syntax. // Get a button var $…
javascript jquery unit-testing jasmine jasmine-jqueryI'm fairly new with Jasmine and I'm trying to test a very simple scenario Code under test $(function () { $("#add_distribution_…
javascript jasmine jasmine-jqueryHello I got a question regarding unit testing with Jasmine (plugin: jQuery) How could I test if the object is …
javascript jquery jasmine jasmine-jqueryI am new to javascript testing. I am using jasmine and need to test if correct arguments have been passed …
javascript jquery jasmine jasmine-jqueryWhen I run my jasmine specs I get the following error: Error: Expected a spy, but got undefined. My coffeescript …
javascript coffeescript jasmine jasmine-jqueryFixtures are working fine for my test suites in jasmine.js version 1.3.1. After upgrading Jasmine.js version to 2.0.0, fixtures are …
javascript jquery backbone.js jasmine jasmine-jqueryGiven the following directive directive('myDirective', function() { return { restrict: 'A', scope: {}, replace: false, template: '<input ng-focus="onFocus()" type="…
javascript jquery angularjs jasmine jasmine-jquery