mirror of
				https://hub.gitmirror.com/https://github.com/gradle/actions.git
				synced 2025-10-31 18:10:00 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			298 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			298 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   clearMocks: true,
 | |
|   moduleFileExtensions: ['js', 'ts', 'json'],
 | |
|   testEnvironment: 'node',
 | |
|   testMatch: ['**/*.test.ts'],
 | |
|   transform: {
 | |
|     '^.+\\.ts$': 'ts-jest'
 | |
|   },
 | |
|   reporters: [
 | |
|       'default',
 | |
|       '@gradle-tech/develocity-agent/jest-reporter',
 | |
|   ],
 | |
|   verbose: true
 | |
| }
 | 
