Minor fix to spec after Angular 15 update

This commit is contained in:
Tim Donohue
2023-05-18 13:14:37 -05:00
parent ba4d652806
commit ba2444768e

View File

@@ -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],