UNPKG

126 BJavaScriptView Raw
1describe("UI Checkbox", function() {
2
3 moduleTests({
4 module : 'checkbox',
5 element : '.ui.checkbox'
6 });
7
8});
\No newline at end of file