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

7 lines
128 B
JavaScript
Raw Normal View History

2023-08-17 09:47:40 +00:00
describe.skip('UI Search', function () {
moduleTests({
module: 'search',
element: '.ui.search',
});
2022-06-08 10:36:39 +00:00
});