changes based on review comments

This commit is contained in:
Giuseppe Digilio
2018-05-23 18:13:34 +02:00
parent 4a697c09f6
commit e0efa5f8e5
22 changed files with 175 additions and 258 deletions

View File

@@ -4,7 +4,7 @@ import { async, ComponentFixture, inject, TestBed } from '@angular/core/testing'
import { By } from '@angular/platform-browser';
import { Store, StoreModule } from '@ngrx/store';
import { authReducer, AuthState } from '../../core/auth/auth.reducers';
import { authReducer, AuthState } from '../../core/auth/auth.reducer';
import { EpersonMock } from '../testing/eperson-mock';
import { TranslateModule } from '@ngx-translate/core';
import { AppState } from '../../app.reducer';