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