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