fix/ TranslateModule test
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
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 { ElectronService } from 'app/providers/electron.service';
|
import { TranslateModule } from '@ngx-translate/core';
|
||||||
|
import { ElectronService } from './providers/electron.service';
|
||||||
|
|
||||||
describe('AppComponent', () => {
|
describe('AppComponent', () => {
|
||||||
beforeEach(async(() => {
|
beforeEach(async(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user