aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/tests/hooks/notification.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/merchant-backoffice-ui/tests/hooks/notification.test.ts')
-rw-r--r--packages/merchant-backoffice-ui/tests/hooks/notification.test.ts2
1 files changed, 1 insertions, 1 deletions
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