0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-17 14:28:20 +02:00

npm run format output

This commit is contained in:
SKi 2023-03-01 19:42:00 -08:00
parent 589f00b517
commit 359d89baf9
No known key found for this signature in database

View file

@ -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