mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
Minor fix to spec after Angular 15 update
This commit is contained in:
@@ -194,8 +194,9 @@ describe('CommunityListComponent', () => {
|
|||||||
},
|
},
|
||||||
}),
|
}),
|
||||||
CdkTreeModule,
|
CdkTreeModule,
|
||||||
RouterTestingModule],
|
RouterTestingModule,
|
||||||
declarations: [CommunityListComponent, RouterLinkWithHref],
|
RouterLinkWithHref],
|
||||||
|
declarations: [CommunityListComponent],
|
||||||
providers: [CommunityListComponent,
|
providers: [CommunityListComponent,
|
||||||
{ provide: CommunityListService, useValue: communityListServiceStub },],
|
{ provide: CommunityListService, useValue: communityListServiceStub },],
|
||||||
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
||||||
|
Reference in New Issue
Block a user