foundation-sites
Version:
The most advanced responsive front-end framework in the world.
20 lines (16 loc) • 400 B
JavaScript
describe('Sticky', function() {
var plugin;
var $html;
// afterEach(function() {
// plugin.destroy();
// $html.remove();
// });
describe('constructor()', function() {
// it('', function() {
// $html = $('').appendTo('body');
// plugin = new Foundation.Sticky($html, {});
// plugin.$element.should.be.an('object');
// plugin.options.should.be.an('object');
// });
});
});