eslint-migration - fix removed translation import

This commit is contained in:
Yuri Cherepanov
2019-11-18 01:47:30 +02:00
parent 99e7ec00bf
commit 2f64f37e88

View File

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