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