wishthis/node_modules/fomantic-ui/test/modules/video.spec.js
2022-06-08 12:36:39 +02:00

8 lines
111 B
JavaScript

describe("UI Video", function() {
moduleTests({
module : 'video',
element : '.ui.video'
});
});