Skip to content

Commit

Permalink
fix type issue
Browse files Browse the repository at this point in the history
  • Loading branch information
peluja1012 committed Jan 18, 2020
1 parent 94bbe80 commit ad9d09f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ describe('zooming', () => {
});
});
describe('zoom controls', () => {
let previousScalingFactor;
let previousScalingFactor: CameraState['scalingFactor'];
describe('when user clicks on zoom in button', () => {
beforeEach(() => {
previousScalingFactor = scalingFactor(store.getState());
Expand Down

0 comments on commit ad9d09f

Please sign in to comment.