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

9 lines
115 B
JavaScript
Raw Normal View History

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