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