mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[CST-5738] remove unused variable.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
rest:
|
||||
ssl: true
|
||||
host: api7.dspace.org
|
||||
ssl: false
|
||||
host: localhost:8080
|
||||
port: 443
|
||||
nameSpace: /server
|
||||
|
@@ -20,9 +20,6 @@ import { provideMockStore } from '@ngrx/store/testing';
|
||||
import { AuthorizationDataService } from '../core/data/feature-authorization/authorization-data.service';
|
||||
import { getTestScheduler } from 'jasmine-marbles';
|
||||
import { By } from '@angular/platform-browser';
|
||||
import { RemoteData } from '../core/data/remote-data';
|
||||
import { PaginatedList } from '../core/data/paginated-list.model';
|
||||
import { Group } from '../core/eperson/models/group.model';
|
||||
import { SpecialGroupData } from '../shared/testing/special-group.mock';
|
||||
|
||||
describe('ProfilePageComponent', () => {
|
||||
|
Reference in New Issue
Block a user