mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 13:29:12 +08:00 
			
		
		
		
	work on resolving comments
This commit is contained in:
		@@ -126,7 +126,7 @@ describe('cache-restore', () => {
 | 
			
		||||
        await restoreCache(packageManager);
 | 
			
		||||
        expect(hashFilesSpy).toHaveBeenCalled();
 | 
			
		||||
        expect(infoSpy).toHaveBeenCalledWith(
 | 
			
		||||
          `Cache restored from key: ${platform}-${packageManager}-${fileHash}`
 | 
			
		||||
          `Cache restored from key: node-cache-${platform}-${packageManager}-${fileHash}`
 | 
			
		||||
        );
 | 
			
		||||
        expect(infoSpy).not.toHaveBeenCalledWith(
 | 
			
		||||
          `${packageManager} cache is not found`
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user