wishthis/node_modules/fomantic-ui/test/modules/tab.spec.js

10 lines
139 B
JavaScript
Raw Normal View History

2022-01-13 13:00:31 +00:00
xdescribe("UI Tab", function() {
moduleTests({
module : 'tab',
element : '.ui.menu .item',
singleton : true
});
2022-06-08 10:36:39 +00:00
});