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