HOME


Mini Shell 1.0
DIR:/home/drsekaran/public_html/admin/vendors/switchery/meteor/
Upload File :
Current File : /home/drsekaran/public_html/admin/vendors/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');
});