added test for window resize to app.component.spec.ts

This commit is contained in:
Art Lowel
2017-01-18 11:27:39 +01:00
parent e1d69e0efd
commit 58b4b381e7
3 changed files with 28 additions and 13 deletions

View File

@@ -1,6 +1,5 @@
import { ComponentFixture, TestBed, async } from '@angular/core/testing';
import { By } from '@angular/platform-browser';
import { DebugElement } from '@angular/core';
import { HeaderComponent } from "./header.component";
import { Store, StoreModule } from "@ngrx/store";
import { HeaderState } from "./header.reducer";