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