mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +00:00
70504: removed unused import and variables
This commit is contained in:
@@ -62,17 +62,6 @@ describe('CreateProfileComponent', () => {
|
||||
const eperson = Object.assign(new EPerson(), values);
|
||||
|
||||
beforeEach(async(() => {
|
||||
const mockConfig = {
|
||||
languages: [{
|
||||
code: 'en',
|
||||
label: 'English',
|
||||
active: true,
|
||||
}, {
|
||||
code: 'de',
|
||||
label: 'Deutsch',
|
||||
active: false
|
||||
}]
|
||||
};
|
||||
route = {data: observableOf({registration: registration})};
|
||||
router = new RouterStub();
|
||||
notificationsService = new NotificationsServiceStub();
|
||||
|
Reference in New Issue
Block a user