We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0003095 commit cdbeaf9Copy full SHA for cdbeaf9
packages/fiber/tests/core/events.test.tsx
@@ -210,7 +210,7 @@ describe('events', () => {
210
expect(handlePointerOut).toHaveBeenCalled()
211
})
212
213
- it('should handle stopPropogation', async () => {
+ it('should handle stopPropagation', async () => {
214
const handlePointerEnter = jest.fn().mockImplementation((e) => {
215
expect(() => e.stopPropagation()).not.toThrow()
216
0 commit comments