0byt3m1n1
Path:
C:
/
wamp64
/
www
/
cpms_new
/
gentelella-1.3.0
/
vendors
/
switchery
/
meteor
/
[
Home
]
File: 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'); });