aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/tests
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-11-03 20:12:32 +0100
committerChristian Grothoff <christian@grothoff.org>2022-11-03 20:12:32 +0100
commitd00f7a4a0187b61257d9ff5703dfb4245d50eece (patch)
treeaff6ff61908a332099e55cff9ce1035225f8cb04 /packages/merchant-backoffice-ui/tests
parent0a604ee3ea1f1c43dfbe74d74f571329136e3749 (diff)
downloadwallet-core-d00f7a4a0187b61257d9ff5703dfb4245d50eece.tar.xz
-fix typos
Diffstat (limited to 'packages/merchant-backoffice-ui/tests')
-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