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