date-ago-pipe
Version:
date to time ago pipe angular 2
12 lines (9 loc) • 315 B
text/typescript
/* 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();
});
});