mirror of
https://github.com/actions/checkout.git
synced 2025-12-13 22:09:23 +00:00
feat: updated test for sparse-checkout
This commit is contained in:
@@ -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(),
|
||||
|
||||
Reference in New Issue
Block a user