aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/tests/hooks/async.test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/merchant-backoffice-ui/tests/hooks/async.test.ts')
-rw-r--r--packages/merchant-backoffice-ui/tests/hooks/async.test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/merchant-backoffice-ui/tests/hooks/async.test.ts b/packages/merchant-backoffice-ui/tests/hooks/async.test.ts
index a6d0cddfa..ebdfc9bb9 100644
--- a/packages/merchant-backoffice-ui/tests/hooks/async.test.ts
+++ b/packages/merchant-backoffice-ui/tests/hooks/async.test.ts
@@ -15,7 +15,7 @@
*/
import { renderHook } from "@testing-library/preact-hooks"
-import { useAsync } from "../../src/hooks/async"
+import { useAsync } from "../../src/hooks/async.js"
/**
*