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:
@@ -97,7 +97,9 @@ describe("checkAndDeleteEmptyBranch", () => {
|
||||
});
|
||||
|
||||
test("falls back to branch link when API call fails", async () => {
|
||||
const client = createMockClient({ error: Object.assign(new Error("boom"), { status: 500 }) });
|
||||
const client = createMockClient({
|
||||
error: Object.assign(new Error("boom"), { status: 500 }),
|
||||
});
|
||||
const result = await checkAndDeleteEmptyBranch(
|
||||
client,
|
||||
"owner",
|
||||
|
||||
Reference in New Issue
Block a user