mirror of
				https://hub.gitmirror.com/https://github.com/gradle/actions.git
				synced 2025-10-28 08:30:02 +08:00 
			
		
		
		
	 f1c309a163
			
		
	
	
		f1c309a163
		
			
		
	
	
	
	
		
			
			- Remove explicit dependency on jest-circus: this is now the default runner - Remove test timeout setting - Remove @types/jest from explicit dependencies
		
			
				
	
	
		
			11 lines
		
	
	
		
			208 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			208 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   clearMocks: true,
 | |
|   moduleFileExtensions: ['js', 'ts', 'json'],
 | |
|   testEnvironment: 'node',
 | |
|   testMatch: ['**/*.test.ts'],
 | |
|   transform: {
 | |
|     '^.+\\.ts$': 'ts-jest'
 | |
|   },
 | |
|   verbose: true
 | |
| }
 |