mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 10:04:11 +00:00
fixed test
This commit is contained in:
@@ -36,7 +36,7 @@ import { AppState, storeModuleConfig } from '../../app.reducer';
|
|||||||
import { StoreActionTypes } from '../../store.actions';
|
import { StoreActionTypes } from '../../store.actions';
|
||||||
import { isAuthenticated, isAuthenticatedLoaded } from './selectors';
|
import { isAuthenticated, isAuthenticatedLoaded } from './selectors';
|
||||||
|
|
||||||
fdescribe('AuthEffects', () => {
|
describe('AuthEffects', () => {
|
||||||
let authEffects: AuthEffects;
|
let authEffects: AuthEffects;
|
||||||
let actions: Observable<any>;
|
let actions: Observable<any>;
|
||||||
let authServiceStub;
|
let authServiceStub;
|
||||||
|
Reference in New Issue
Block a user