mirror of
https://github.com/wishthis/wishthis.git
synced 2026-05-19 12:25:48 -04:00
7 lines
135 B
JavaScript
7 lines
135 B
JavaScript
describe.skip('UI Transition', function () {
|
|
moduleTests({
|
|
module: 'transition',
|
|
element: '.ui.image',
|
|
});
|
|
});
|