mirror of
https://github.com/actions/checkout.git
synced 2025-12-15 14:59:24 +00:00
Merge 37332a5498 into add3486cc3
This commit is contained in:
@@ -738,6 +738,8 @@ async function setup(testName: string): Promise<void> {
|
||||
}),
|
||||
submoduleSync: jest.fn(),
|
||||
submoduleUpdate: jest.fn(),
|
||||
submoduleReset: jest.fn(),
|
||||
submoduleClean: jest.fn(),
|
||||
tagExists: jest.fn(),
|
||||
tryClean: jest.fn(),
|
||||
tryConfigUnset: jest.fn(
|
||||
|
||||
@@ -423,6 +423,8 @@ async function setup(testName: string): Promise<void> {
|
||||
submoduleForeach: jest.fn(),
|
||||
submoduleSync: jest.fn(),
|
||||
submoduleUpdate: jest.fn(),
|
||||
submoduleReset: jest.fn(),
|
||||
submoduleClean: jest.fn(),
|
||||
tagExists: jest.fn(),
|
||||
tryClean: jest.fn(async () => {
|
||||
return true
|
||||
|
||||
Reference in New Issue
Block a user