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