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