Files
iTunes/dashboard/src/app/pipes/round.pipe.spec.ts
Maxence G. de Montauzan 330adb4b9f Improve top played part
Sort by avg. play + Slice
Add round pipe
Comment ELS Service
2018-03-21 00:50:06 +01:00

9 lines
183 B
TypeScript

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