/* tslint:disable:no-unused-variable */ import { TestBed, async } from '@angular/core/testing'; import { RemovePipe } from './remove.pipe'; describe('RemovePipe', () => { it('create an instance', () => { const pipe = new RemovePipe(); expect(pipe).toBeTruthy(); }); });