Add mock implementation for new function submoduleStatus

This commit is contained in:
SKi
2023-03-01 19:42:00 -08:00
parent 39cfb844ff
commit d12863bffd
5 changed files with 10 additions and 0 deletions

View File

@@ -770,6 +770,9 @@ async function setup(testName: string): Promise<void> {
return ''
}),
submoduleSync: jest.fn(),
submoduleStatus: jest.fn(async () => {
return true
}),
submoduleUpdate: jest.fn(),
tagExists: jest.fn(),
tryClean: jest.fn(),