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