UNPKG

zurb-foundation-5

Version:

Foundation 5 for npm (no code modification from original repo)

15 lines (13 loc) 381 B
describe('magellan:', function() { beforeEach(function() { this.addMatchers({ // Place magellan-specific matchers here... }); var origFunc = $.fn.foundation; spyOn($.fn, 'foundation').andCallFake(function() { var result = origFunc.apply(this, arguments); jasmine.Clock.tick(1000); // Let things settle... return result; }); }); });