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