UNPKG

gentelella

Version:

Gentelella Admin is a free to use Bootstrap admin template

10 lines (7 loc) 270 B
'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'); });