From 8bd9356c165b5f01e48a5f4df982962b11226d81 Mon Sep 17 00:00:00 2001 From: kqito <29191111+kqito@users.noreply.github.com> Date: Sun, 5 Nov 2023 12:21:51 +0900 Subject: [PATCH] fix: fix a failed test --- src/__tests__/useTus.test.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/__tests__/useTus.test.tsx b/src/__tests__/useTus.test.tsx index 819a5aa..b975fe2 100644 --- a/src/__tests__/useTus.test.tsx +++ b/src/__tests__/useTus.test.tsx @@ -1,5 +1,6 @@ import { renderHook, act, waitFor } from "@testing-library/react"; -import { TusHooksOptions, UploadOptions, useTus } from "../index"; +import { UploadOptions } from "tus-js-client"; +import { TusHooksOptions, useTus } from "../index"; import { getBlob } from "./utils/getBlob"; import { createConsoleErrorMock,