mirror of
https://github.com/actions/checkout.git
synced 2025-04-03 15:00:06 +02:00
fix test
This commit is contained in:
parent
6e3d2777af
commit
5e36a5f9a2
1 changed files with 1 additions and 0 deletions
|
@ -714,6 +714,7 @@ async function setup(testName: string): Promise<void> {
|
||||||
),
|
),
|
||||||
env: {},
|
env: {},
|
||||||
fetch: jest.fn(),
|
fetch: jest.fn(),
|
||||||
|
getDefaultBranch: jest.fn(),
|
||||||
getWorkingDirectory: jest.fn(() => workspace),
|
getWorkingDirectory: jest.fn(() => workspace),
|
||||||
init: jest.fn(),
|
init: jest.fn(),
|
||||||
isDetached: jest.fn(),
|
isDetached: jest.fn(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue