Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
unsatisfiableness
/
vendors
/
switchery
/
meteor
:
tests.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
'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'); });