mirror of
				https://github.com/actions/checkout.git
				synced 2025-11-04 00:03:35 +00:00 
			
		
		
		
	fix format
This commit is contained in:
		
							parent
							
								
									ce360f4105
								
							
						
					
					
						commit
						f7ec886a95
					
				@ -25,7 +25,9 @@ describe('ref-helper tests', () => {
 | 
				
			|||||||
      await refHelper.getCheckoutInfo(git, '', '')
 | 
					      await refHelper.getCheckoutInfo(git, '', '')
 | 
				
			||||||
      throw new Error('Should not reach here')
 | 
					      throw new Error('Should not reach here')
 | 
				
			||||||
    } catch (err) {
 | 
					    } catch (err) {
 | 
				
			||||||
      expect((err as any)?.message).toBe('Args ref and commit cannot both be empty')
 | 
					      expect((err as any)?.message).toBe(
 | 
				
			||||||
 | 
					        'Args ref and commit cannot both be empty'
 | 
				
			||||||
 | 
					      )
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  })
 | 
					  })
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user