mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-04 13:29:12 +08:00 
			
		
		
		
	Update __tests__/cache-save.test.ts
Co-authored-by: Konrad Pabjan <konradpabjan@github.com>
This commit is contained in:
		@@ -153,7 +153,7 @@ describe('run', () => {
 | 
			
		||||
      expect(setFailedSpy).not.toHaveBeenCalled();
 | 
			
		||||
    });
 | 
			
		||||
 | 
			
		||||
    it('should not save cache for npm', async () => {
 | 
			
		||||
    it('should not save cache for pnpm', async () => {
 | 
			
		||||
      inputs['cache'] = 'pnpm';
 | 
			
		||||
      getStateSpy.mockImplementation(() => pnpmFileHash);
 | 
			
		||||
      getCommandOutputSpy.mockImplementationOnce(() => `${commonPath}/pnpm`);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user