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