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