/* 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();
  });
});
