mirror of
				https://github.com/actions/setup-node.git
				synced 2025-10-31 16:14:00 +08:00 
			
		
		
		
	style: change test name
This commit is contained in:
		| @@ -567,7 +567,7 @@ describe('setup-node', () => { | |||||||
|       expect(parseNodeVersionSpy).toHaveBeenCalledTimes(0); |       expect(parseNodeVersionSpy).toHaveBeenCalledTimes(0); | ||||||
|     }); |     }); | ||||||
|  |  | ||||||
|     it('reads node-version-file if provided (.nvmrc)', async () => { |     it('reads node-version-file if provided', async () => { | ||||||
|       // Arrange |       // Arrange | ||||||
|       const versionSpec = 'v14'; |       const versionSpec = 'v14'; | ||||||
|       const versionFile = '.nvmrc'; |       const versionFile = '.nvmrc'; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Jef LeCompte
					Jef LeCompte