Skip to content

Commit

Permalink
fix(): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Yair Even Or authored and Yair Even Or committed Apr 6, 2022
1 parent 22337a9 commit 7d6d7a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Scrollable/Scrollable.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ describe('<Scrollable/>', () => {
});
});

// makes sure the change was detected the the re-calc in requestAnimationFrame is fired
// makes sure the change was detected the re-calc in requestAnimationFrame is fired
it('ResizeUpdate', () => {
global.window.requestAnimationFrame.resetHistory();
const s = new Scrollable({onScroll: sinon.spy(), onUpdate: sinon.spy()});
Expand Down

0 comments on commit 7d6d7a2

Please sign in to comment.