| DIR:/proc/thread-self/root/proc/thread-self/cwd/assets/backend/plugins/switchery/meteor/ |
| Current File : //proc/thread-self/root/proc/thread-self/cwd/assets/backend/plugins/switchery/meteor/tests.js |
'use strict';
Tinytest.add('Switchery integration', function (test) {
var checkbox = document.createElement('input');
checkbox.className = 'js-switch';
var switchy = new Switchery(checkbox);
test.instanceOf(switchy, Switchery, 'instantiation OK');
}); |