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

7 lines
122 B
JavaScript
Raw Normal View History

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