chore: format cloud runner github checks test
parent
44586b3388
commit
b924651eb9
|
@ -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(() => {
|
||||
|
|
Loading…
Reference in New Issue