mirror of
https://github.com/wishthis/wishthis.git
synced 2026-04-21 23:20:07 -04:00
7 lines
123 B
JavaScript
7 lines
123 B
JavaScript
describe('UI Rating', function () {
|
|
moduleTests({
|
|
module: 'rating',
|
|
element: '.ui.rating',
|
|
});
|
|
});
|