chore: format cloud runner github checks test

codex/fix-fetch-implementation-issue-in-tests
Frostebite 2025-08-02 20:15:17 +01:00
parent 44586b3388
commit b924651eb9
1 changed files with 1 additions and 3 deletions

View File

@ -27,9 +27,7 @@ describe('Cloud Runner Github Checks', () => {
status: 200, status: 200,
data: {}, data: {},
}); });
jest jest.spyOn(GitHub as any, 'runUpdateAsyncChecksWorkflow').mockResolvedValue(undefined);
.spyOn(GitHub as any, 'runUpdateAsyncChecksWorkflow')
.mockResolvedValue(undefined);
}); });
afterEach(() => { afterEach(() => {