fix/ TranslateModule test

This commit is contained in:
Maxime GRIS
2018-02-25 22:15:09 +01:00
parent ce5724c11f
commit 7863aa97d2
2 changed files with 3 additions and 2 deletions

View File

@@ -1,7 +1,8 @@
import { TestBed, async } from '@angular/core/testing';
import { RouterTestingModule } from '@angular/router/testing';
import { AppComponent } from './app.component';
import { ElectronService } from 'app/providers/electron.service';
import { TranslateModule } from '@ngx-translate/core';
import { ElectronService } from './providers/electron.service';
describe('AppComponent', () => {
beforeEach(async(() => {