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