Skip to content

Commit 95c2fa5

Browse files
authored
test: fix typo (#878)
1 parent 0d56ea8 commit 95c2fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/events.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ test('calling `fireEvent` directly works too', () => {
228228
)
229229
})
230230

231-
test('blur/foucs bubbles in react', () => {
231+
test('blur/focus bubbles in react', () => {
232232
const handleBlur = jest.fn()
233233
const handleBubbledBlur = jest.fn()
234234
const handleFocus = jest.fn()

0 commit comments

Comments
 (0)