From 9a9629249e1ec9f2fc5a4147db6d649a3cc17b40 Mon Sep 17 00:00:00 2001 From: Sebastian Date: Fri, 4 Nov 2022 11:48:39 -0300 Subject: fix some test style and SWRConfig type compilation --- packages/merchant-backoffice-ui/tests/hooks/async.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/merchant-backoffice-ui/tests/hooks/async.test.ts') 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" /** * -- cgit v1.2.3