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