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