Files
iTunes/dashboard/src/app/pipes/convertms.pipe.spec.ts
Maxence G. de Montauzan 6300e9cfc7 Refactoring
Move Top Played part.
Move pipes and dashboard
Rename object folder to model
Doc pipes
2018-03-20 23:32:21 +01:00

9 lines
199 B
TypeScript

import { ConvertMsPipe } from './convertms.pipe';
describe('ConvertMsPipe', () => {
it('create an instance', () => {
const pipe = new ConvertMsPipe();
expect(pipe).toBeTruthy();
});
});