diff options
author | Sebastian <sebasjm@gmail.com> | 2022-11-04 11:48:39 -0300 |
---|---|---|
committer | Sebastian <sebasjm@gmail.com> | 2022-11-04 11:56:06 -0300 |
commit | 9a9629249e1ec9f2fc5a4147db6d649a3cc17b40 (patch) | |
tree | 8502ea78b0be9ffcf696d9a835388038f3223f5c /packages/merchant-backoffice-ui/tests/hooks/async.test.ts | |
parent | a69e559890d888d10739c8e29549ff37b788743a (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.ts | 2 |
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" /** * |