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