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:
@@ -52,7 +52,9 @@ describe("checkWritePermissions", () => {
|
||||
});
|
||||
|
||||
test("returns true immediately in Gitea environments", async () => {
|
||||
const client = { api: { getBaseUrl: () => "https://gitea.example.com/api/v1" } } as any;
|
||||
const client = {
|
||||
api: { getBaseUrl: () => "https://gitea.example.com/api/v1" },
|
||||
} as any;
|
||||
const result = await checkWritePermissions(client, baseContext);
|
||||
|
||||
expect(result).toBe(true);
|
||||
|
||||
Reference in New Issue
Block a user