mirror of
				https://github.com/actions/setup-node.git
				synced 2025-10-31 23:43:33 +00:00 
			
		
		
		
	test case update
This commit is contained in:
		
							parent
							
								
									b903bc8693
								
							
						
					
					
						commit
						d61dc50c40
					
				| @ -359,7 +359,7 @@ describe('main tests', () => { | ||||
|       const logSpy = jest.spyOn(console, 'log').mockImplementation(() => {}); // Mock the log function
 | ||||
| 
 | ||||
|       // Act & Assert
 | ||||
|       expect(() => validateMirrorURL(inputs['mirror-url'])).toThrowError( | ||||
|       expect(() => validateMirrorURL(inputs['mirror-url'])).toThrow( | ||||
|         'Mirror URL is empty. Please provide a valid mirror URL.' | ||||
|       ); | ||||
|     }); | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user