mirror of
				https://github.com/actions/checkout.git
				synced 2025-11-04 14:48:39 +08:00 
			
		
		
		
	Fix unimplemented methods
This commit is contained in:
		
							parent
							
								
									dde2556f7a
								
							
						
					
					
						commit
						390521655e
					
				| 
						 | 
					@ -733,6 +733,8 @@ async function setup(testName: string): Promise<void> {
 | 
				
			||||||
    }),
 | 
					    }),
 | 
				
			||||||
    submoduleSync: jest.fn(),
 | 
					    submoduleSync: jest.fn(),
 | 
				
			||||||
    submoduleUpdate: jest.fn(),
 | 
					    submoduleUpdate: jest.fn(),
 | 
				
			||||||
 | 
					    submoduleReset: jest.fn(),
 | 
				
			||||||
 | 
					    submoduleClean: jest.fn(),
 | 
				
			||||||
    tagExists: jest.fn(),
 | 
					    tagExists: jest.fn(),
 | 
				
			||||||
    tryClean: jest.fn(),
 | 
					    tryClean: jest.fn(),
 | 
				
			||||||
    tryConfigUnset: jest.fn(
 | 
					    tryConfigUnset: jest.fn(
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -423,6 +423,8 @@ async function setup(testName: string): Promise<void> {
 | 
				
			||||||
    submoduleForeach: jest.fn(),
 | 
					    submoduleForeach: jest.fn(),
 | 
				
			||||||
    submoduleSync: jest.fn(),
 | 
					    submoduleSync: jest.fn(),
 | 
				
			||||||
    submoduleUpdate: jest.fn(),
 | 
					    submoduleUpdate: jest.fn(),
 | 
				
			||||||
 | 
					    submoduleReset: jest.fn(),
 | 
				
			||||||
 | 
					    submoduleClean: jest.fn(),
 | 
				
			||||||
    tagExists: jest.fn(),
 | 
					    tagExists: jest.fn(),
 | 
				
			||||||
    tryClean: jest.fn(async () => {
 | 
					    tryClean: jest.fn(async () => {
 | 
				
			||||||
      return true
 | 
					      return true
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user