From d00f7a4a0187b61257d9ff5703dfb4245d50eece Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 3 Nov 2022 20:12:32 +0100 Subject: -fix typos --- packages/merchant-backoffice-ui/tests/hooks/notification.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/merchant-backoffice-ui/tests') diff --git a/packages/merchant-backoffice-ui/tests/hooks/notification.test.ts b/packages/merchant-backoffice-ui/tests/hooks/notification.test.ts index 6825a825a..561c991ad 100644 --- a/packages/merchant-backoffice-ui/tests/hooks/notification.test.ts +++ b/packages/merchant-backoffice-ui/tests/hooks/notification.test.ts @@ -24,7 +24,7 @@ import { useNotifications } from '../../src/hooks/notifications'; jest.useFakeTimers() -test('notification should disapear after timeout', () => { +test('notification should disappear after timeout', () => { jest.spyOn(global, 'setTimeout'); const timeout = 1000 -- cgit v1.2.3