Skip to content

Commit cdbeaf9

Browse files
committed
Fix typo in events test
1 parent 0003095 commit cdbeaf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fiber/tests/core/events.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ describe('events', () => {
210210
expect(handlePointerOut).toHaveBeenCalled()
211211
})
212212

213-
it('should handle stopPropogation', async () => {
213+
it('should handle stopPropagation', async () => {
214214
const handlePointerEnter = jest.fn().mockImplementation((e) => {
215215
expect(() => e.stopPropagation()).not.toThrow()
216216
})

0 commit comments

Comments
 (0)