biofriction-wp-theme/node_modules/foundation-sites/test/javascript/components/equalizer.js

20 lines
406 B
JavaScript

describe('Equalizer', function() {
var plugin;
var $html;
// afterEach(function() {
// plugin.destroy();
// $html.remove();
// });
describe('constructor()', function() {
// it('', function() {
// $html = $('').appendTo('body');
// plugin = new Foundation.Equalizer($html, {});
// plugin.$element.should.be.an('object');
// plugin.options.should.be.an('object');
// });
});
});