We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9d92cd commit 12baeacCopy full SHA for 12baeac
1 file changed
packages/core/tus-sender/src/tusSender/tests/tusSend-with-chunking.test.js
@@ -6,7 +6,6 @@ import { initTusUpload, initParallelTusUpload } from "../initTusUpload";
6
import getTusSend from "../tusSend";
7
import handleEvents from "../handleEvents";
8
9
-vi.mock("@rpldy/sender");
10
vi.mock("@rpldy/chunked-sender", async () => {
11
const org = await vi.importActual("@rpldy/chunked-sender");
12
return {
0 commit comments