This commit is contained in:
Frostebite
2025-12-04 22:39:22 +00:00
27 changed files with 25596 additions and 28282 deletions
@@ -17,6 +17,7 @@ describe('Cloud Runner Github Checks', () => {
status: 200,
data: {},
});
// eslint-disable-next-line unicorn/no-useless-undefined
jest.spyOn(GitHub as any, 'runUpdateAsyncChecksWorkflow').mockResolvedValue(undefined);
});