Skip to content
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
buzzub committed Sep 13, 2019
1 parent 64f4f23 commit 3b87e72
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/app/__tests__/app.component.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ describe('App', () => {
store$ = TestBed.get(Store);

spyOn(store$, 'dispatch');
spyOn(component, 'configureAccessibility');
spyOn(component, 'configurePlatformSubscriptions');
});
}));
Expand Down

0 comments on commit 3b87e72

Please sign in to comment.