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