We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba4d652 commit ba24447Copy full SHA for ba24447
1 file changed
src/app/community-list-page/community-list/community-list.component.spec.ts
@@ -194,8 +194,9 @@ describe('CommunityListComponent', () => {
194
},
195
}),
196
CdkTreeModule,
197
- RouterTestingModule],
198
- declarations: [CommunityListComponent, RouterLinkWithHref],
+ RouterTestingModule,
+ RouterLinkWithHref],
199
+ declarations: [CommunityListComponent],
200
providers: [CommunityListComponent,
201
{ provide: CommunityListService, useValue: communityListServiceStub },],
202
schemas: [CUSTOM_ELEMENTS_SCHEMA],
0 commit comments