import { ComponentIdPipe } from './component-id.pipe'; describe('ComponentIdPipe', () => { it('create an instance', () => { const pipe = new ComponentIdPipe(); expect(pipe).toBeTruthy(); }); });