feat: updated test for sparse-checkout

This commit is contained in:
Daniel 2023-05-02 19:41:38 +02:00
parent 5bd25a5859
commit d963058cca
3 changed files with 4 additions and 0 deletions

View file

@ -462,6 +462,7 @@ async function setup(testName: string): Promise<void> {
branchList: jest.fn(async () => {
return []
}),
sparseCheckout: jest.fn(),
checkout: jest.fn(),
checkoutDetach: jest.fn(),
config: jest.fn(),