Skip to content

Commit

Permalink
Fix typo in events test
Browse files Browse the repository at this point in the history
  • Loading branch information
haywirez committed Jul 1, 2022
1 parent 0003095 commit cdbeaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fiber/tests/core/events.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ describe('events', () => {
expect(handlePointerOut).toHaveBeenCalled()
})

it('should handle stopPropogation', async () => {
it('should handle stopPropagation', async () => {
const handlePointerEnter = jest.fn().mockImplementation((e) => {
expect(() => e.stopPropagation()).not.toThrow()
})
Expand Down

0 comments on commit cdbeaf9

Please sign in to comment.