mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-01-29 12:19:06 +08:00
chore: format cloud runner github checks test
This commit is contained in:
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user