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,
RouterTestingModule],
declarations: [CommunityListComponent, RouterLinkWithHref],
RouterTestingModule,
RouterLinkWithHref],
declarations: [CommunityListComponent],
providers: [CommunityListComponent,
{ provide: CommunityListService, useValue: communityListServiceStub },],
schemas: [CUSTOM_ELEMENTS_SCHEMA],