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