From 3766a4ba85a798f97bc2aa5bfbc74c1732199e90 Mon Sep 17 00:00:00 2001 From: Giuseppe Digilio Date: Fri, 13 Jan 2017 18:39:24 +0100 Subject: [PATCH] test issue --- src/app/app.component.spec.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/app/app.component.spec.ts b/src/app/app.component.spec.ts index 64e45e9bfb..f457d141e5 100644 --- a/src/app/app.component.spec.ts +++ b/src/app/app.component.spec.ts @@ -14,7 +14,6 @@ import { TranslateModule } from "ng2-translate"; import { NgbCollapseModule } from '@ng-bootstrap/ng-bootstrap'; import { Store } from "@ngrx/store"; - // Load the implementations that should be tested import { AppComponent } from './app.component'; import { HeaderComponent } from './header/header.component'; @@ -26,9 +25,9 @@ let fixture: ComponentFixture; let de: DebugElement; let el: HTMLElement; - describe('App component', () => { + // async beforeEach beforeEach(async(() => { return TestBed.configureTestingModule({ imports: [ CommonModule, TranslateModule.forRoot(), NgbCollapseModule.forRoot()],