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