aboutsummaryrefslogtreecommitdiff
path: root/packages/merchant-backoffice-ui/tests/hooks/async.test.ts
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2022-11-04 11:48:39 -0300
committerSebastian <sebasjm@gmail.com>2022-11-04 11:56:06 -0300
commit9a9629249e1ec9f2fc5a4147db6d649a3cc17b40 (patch)
tree8502ea78b0be9ffcf696d9a835388038f3223f5c /packages/merchant-backoffice-ui/tests/hooks/async.test.ts
parenta69e559890d888d10739c8e29549ff37b788743a (diff)
fix some test style and SWRConfig type compilation
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"
/**
*