mirror of
				https://github.com/docker/login-action.git
				synced 2025-10-31 18:20:10 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			207 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			207 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   clearMocks: true,
 | |
|   moduleFileExtensions: ['js', 'ts'],
 | |
|   setupFiles: ["dotenv/config"],
 | |
|   testMatch: ['**/*.test.ts'],
 | |
|   transform: {
 | |
|     '^.+\\.ts$': 'ts-jest'
 | |
|   },
 | |
|   verbose: false
 | |
| }
 | 
