jasmine-ajax/spec/javascripts/helpers/spec-helper.js

6 lines
73 B
JavaScript

jQuery.noConflict();
beforeEach(function() {
clearAjaxRequests();
});