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