mirror of
https://github.com/wishthis/wishthis.git
synced 2025-12-30 18:58:30 -05:00
7 lines
123 B
JavaScript
7 lines
123 B
JavaScript
describe('UI Rating', function () {
|
|
moduleTests({
|
|
module: 'rating',
|
|
element: '.ui.rating',
|
|
});
|
|
});
|