Skip to content

Commit 12baeac

Browse files
authored
fix: remove mock for @rpldy/sender in tusSend-with-chunking test (#1010)
1 parent d9d92cd commit 12baeac

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/core/tus-sender/src/tusSender/tests/tusSend-with-chunking.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import { initTusUpload, initParallelTusUpload } from "../initTusUpload";
66
import getTusSend from "../tusSend";
77
import handleEvents from "../handleEvents";
88

9-
vi.mock("@rpldy/sender");
109
vi.mock("@rpldy/chunked-sender", async () => {
1110
const org = await vi.importActual("@rpldy/chunked-sender");
1211
return {

0 commit comments

Comments
 (0)