diff --git a/src/app/__tests__/app.component.spec.ts b/src/app/__tests__/app.component.spec.ts index 8faf63d907..00b28ed1f4 100644 --- a/src/app/__tests__/app.component.spec.ts +++ b/src/app/__tests__/app.component.spec.ts @@ -46,6 +46,7 @@ describe('App', () => { store$ = TestBed.get(Store); spyOn(store$, 'dispatch'); + spyOn(component, 'configureAccessibility'); spyOn(component, 'configurePlatformSubscriptions'); }); }));