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

7 lines
120 B
JavaScript
Raw Normal View History

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