mirror of
https://github.com/actions/checkout.git
synced 2025-12-15 01:11:37 +08:00
Fix unimplemented methods
This commit is contained in:
@@ -733,6 +733,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(
|
||||
|
||||
Reference in New Issue
Block a user