Files
iTunes/dashboard/src/app/utils.spec.ts
Maxence G. de Montauzan 57e1c18a7f (front) Improve show rating stars
A big simplification of the display of rating
2020-12-23 00:39:13 +01:00

8 lines
150 B
TypeScript

import { Utils } from './utils';
describe('Utils', () => {
it('should create an instance', () => {
expect(new Utils()).toBeTruthy();
});
});