wishthis/node_modules/fomantic-ui/test/modules/tab.spec.js
2022-06-08 12:36:39 +02:00

9 lines
139 B
JavaScript

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