Skip to content

Commit

Permalink
fix: fix a failed test
Browse files Browse the repository at this point in the history
  • Loading branch information
kqito committed Nov 5, 2023
1 parent f5a88dd commit 8bd9356
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/__tests__/useTus.test.tsx
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit 8bd9356

Please sign in to comment.