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