mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	* Update JS dependencies - Upgrade to eslint 8 and add new plugin rules - Adapt to various API changes - Rebuild SVGs * fix webpack warning on license * order options alphabetically Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			214 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			214 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export default {
 | 
						|
  rootDir: 'web_src',
 | 
						|
  setupFilesAfterEnv: ['jest-extended/all'],
 | 
						|
  testEnvironment: 'jsdom',
 | 
						|
  testMatch: ['<rootDir>/**/*.test.js'],
 | 
						|
  testTimeout: 20000,
 | 
						|
  transform: {},
 | 
						|
  verbose: false,
 | 
						|
};
 | 
						|
 |