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