chore: format gitea branch

This commit is contained in:
Mark Wylde
2026-07-26 21:26:22 +01:00
parent c30a6c8c23
commit 40b8061da5
11 changed files with 455 additions and 442 deletions

View File

@@ -40,7 +40,12 @@ describe("downloadCommentImages", () => {
},
];
const result = await downloadCommentImages(noopClient, "owner", "repo", comments);
const result = await downloadCommentImages(
noopClient,
"owner",
"repo",
comments,
);
expect(result.size).toBe(0);
expect(consoleLogSpy).toHaveBeenCalled();