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

20 lines
406 B
JavaScript
Raw Normal View History

2021-10-26 14:18:09 +02:00
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');
// });
});
});