wishthis/node_modules/fomantic-ui/test/modules/tab.spec.js
2022-01-13 14:00:31 +01:00

9 lines
No EOL
138 B
JavaScript

xdescribe("UI Tab", function() {
moduleTests({
module : 'tab',
element : '.ui.menu .item',
singleton : true
});
});