mirror of
https://github.com/wishthis/wishthis.git
synced 2026-04-21 23:20:07 -04:00
10 lines
139 B
JavaScript
10 lines
139 B
JavaScript
xdescribe("UI Tab", function() {
|
|
|
|
moduleTests({
|
|
module : 'tab',
|
|
element : '.ui.menu .item',
|
|
singleton : true
|
|
});
|
|
|
|
});
|