This commit is contained in:
Xavier Chapron
2022-04-06 06:23:59 +02:00
committed by GitHub
5 changed files with 58 additions and 0 deletions

View File

@@ -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(

View File

@@ -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