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

9 lines
119 B
JavaScript
Raw Normal View History

2022-01-13 13:00:31 +00:00
xdescribe("UI Search", function() {
moduleTests({
module : 'search',
element : '.ui.search'
});
2022-06-08 10:36:39 +00:00
});