This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
calcifer/web/semantic/test/modules/shape.spec.js

8 lines
114 B
JavaScript
Raw Normal View History

2015-03-29 19:33:23 +02:00
describe("UI Shape", function() {
moduleTests({
module : 'shape',
element : '.ui.shape'
});
});