From 7db570bc51b0c2cd2b2ac4b72c2344f840eb5f6d Mon Sep 17 00:00:00 2001 From: Ari Perkkio Date: Fri, 19 Feb 2021 19:54:39 +0200 Subject: [PATCH] test: fix typo --- src/__tests__/events.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__tests__/events.js b/src/__tests__/events.js index 8a6899af..587bfdae 100644 --- a/src/__tests__/events.js +++ b/src/__tests__/events.js @@ -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()