mirror of
https://code.forgejo.org/actions/cache.git
synced 2025-04-21 16:23:56 +08:00
Format
This commit is contained in:
parent
ead4a0a409
commit
becf82ef65
2 changed files with 6 additions and 2 deletions
|
@ -33,7 +33,7 @@ beforeAll(() => {
|
|||
return actualUtils.isValidEvent();
|
||||
});
|
||||
|
||||
jest.spyOn(actionUtils, "getSupportedEvents", ).mockImplementation(() => {
|
||||
jest.spyOn(actionUtils, "getSupportedEvents").mockImplementation(() => {
|
||||
const actualUtils = jest.requireActual("../src/utils/actionUtils");
|
||||
return actualUtils.getSupportedEvents();
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue