UNPKG

date-ago-pipe

Version:
12 lines (9 loc) 315 B
/* tslint:disable:no-unused-variable */ import { TestBed, async } from '@angular/core/testing'; import { DateToTimeAgoPipe } from './date-to-time-ago.pipe'; describe('Pipe: DateToTimeAgo', () => { it('create an instance', () => { let pipe = new DateToTimeAgoPipe(); expect(pipe).toBeTruthy(); }); });