Skip to content

Commit

Permalink
test: fix typo (#878)
Browse files Browse the repository at this point in the history
  • Loading branch information
AriPerkkio committed Feb 19, 2021
1 parent 0d56ea8 commit 95c2fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/events.js
Expand Up @@ -228,7 +228,7 @@ test('calling `fireEvent` directly works too', () => {
)
})

test('blur/foucs bubbles in react', () => {
test('blur/focus bubbles in react', () => {
const handleBlur = jest.fn()
const handleBubbledBlur = jest.fn()
const handleFocus = jest.fn()
Expand Down

0 comments on commit 95c2fa5

Please sign in to comment.