mirror of
				https://github.com/docker/setup-buildx-action.git
				synced 2025-11-04 06:34:19 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			206 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			206 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
module.exports = {
 | 
						|
  clearMocks: true,
 | 
						|
  moduleFileExtensions: ['js', 'ts'],
 | 
						|
  setupFiles: ["dotenv/config"],
 | 
						|
  testMatch: ['**/*.test.ts'],
 | 
						|
  transform: {
 | 
						|
    '^.+\\.ts$': 'ts-jest'
 | 
						|
  },
 | 
						|
  verbose: true
 | 
						|
}
 |