mirror of
https://github.com/markwylde/claude-code-gitea-action.git
synced 2026-08-01 11:12:59 +08:00
chore: format gitea branch
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user