chore: format cloud runner github checks test

This commit is contained in:
Frostebite
2025-08-02 20:15:17 +01:00
parent 44586b3388
commit b924651eb9

View File

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