mirror of
https://github.com/actions/checkout.git
synced 2025-03-14 04:14:10 +00:00
npm run format output
This commit is contained in:
parent
589f00b517
commit
359d89baf9
@ -423,6 +423,8 @@ async function setup(testName: string): Promise<void> {
|
||||
submoduleForeach: jest.fn(),
|
||||
submoduleSync: jest.fn(),
|
||||
submoduleUpdate: jest.fn(),
|
||||
submoduleStatus: jest.fn(async () => {
|
||||
return true}),
|
||||
tagExists: jest.fn(),
|
||||
tryClean: jest.fn(async () => {
|
||||
return true
|
||||
|
Loading…
x
Reference in New Issue
Block a user