mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
A little cleanup in unit tests.
This commit is contained in:
@@ -3,7 +3,7 @@ import { async, ComponentFixture, inject, TestBed } from '@angular/core/testing'
|
|||||||
import { FormGroup, FormsModule, ReactiveFormsModule } from '@angular/forms';
|
import { FormGroup, FormsModule, ReactiveFormsModule } from '@angular/forms';
|
||||||
|
|
||||||
import { By } from '@angular/platform-browser';
|
import { By } from '@angular/platform-browser';
|
||||||
import { Store, StoreModule, select } from '@ngrx/store';
|
import { Store, StoreModule } from '@ngrx/store';
|
||||||
|
|
||||||
import { LogInComponent } from './log-in.component';
|
import { LogInComponent } from './log-in.component';
|
||||||
import { authReducer } from '../../core/auth/auth.reducer';
|
import { authReducer } from '../../core/auth/auth.reducer';
|
||||||
|
@@ -96,9 +96,6 @@ export class AuthServiceStub {
|
|||||||
return observableOf(this.redirectUrl);
|
return observableOf(this.redirectUrl);
|
||||||
}
|
}
|
||||||
|
|
||||||
public doAuthentication(isStandalonePage, email, password) {
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
public storeToken(token: AuthTokenInfo) {
|
public storeToken(token: AuthTokenInfo) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user