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