mirror of
https://github.com/wishthis/wishthis.git
synced 2026-01-02 04:08:23 -05:00
7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
describe.skip('UI Search', function () {
|
|
moduleTests({
|
|
module: 'search',
|
|
element: '.ui.search',
|
|
});
|
|
});
|