Skip to content

Commit

Permalink
do these match?
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jan 10, 2025
1 parent 5bc8966 commit b12b618
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/uploadthing/test/sdk.live.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,8 @@ describe.runIf(shouldRun)(
);
const size = Number(response.headers.get("Content-Length"));

console.log({ contentLength: size, fileSize: someFile.size });

Check failure on line 267 in packages/uploadthing/test/sdk.live.test.ts

View workflow job for this annotation

GitHub Actions / lint

Unexpected console statement

const result = await utapi.deleteFiles(someFile.key);
expect(result).toEqual({
deletedCount: 1,
Expand Down

0 comments on commit b12b618

Please sign in to comment.