view src/app/mail.service.spec.ts @ 6:ee4353d1aeeb

Add skeleton files for waveform component.
author Lucas Thompson <dev@lucas.im>
date Wed, 26 Oct 2016 16:57:51 +0100
parents 44c99e3cb108
children
line wrap: on
line source
/* tslint:disable:no-unused-variable */

import { TestBed, async, inject } from '@angular/core/testing';
import { MailService } from './mail.service';

describe('Service: Mail', () => {
  beforeEach(() => {
    TestBed.configureTestingModule({
      providers: [MailService]
    });
  });

  it('should ...', inject([MailService], (service: MailService) => {
    expect(service).toBeTruthy();
  }));
});