Loading client/src/utils/upload-queue.test.js +1 −0 Original line number Diff line number Diff line Loading @@ -177,6 +177,7 @@ describe("UploadQueue", () => { spaceToTab: true, status: "queued", toPosixLines: false, targetHistoryId: "historyId", }; }, get: (index) => fileEntries[index], Loading Loading
client/src/utils/upload-queue.test.js +1 −0 Original line number Diff line number Diff line Loading @@ -177,6 +177,7 @@ describe("UploadQueue", () => { spaceToTab: true, status: "queued", toPosixLines: false, targetHistoryId: "historyId", }; }, get: (index) => fileEntries[index], Loading