mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-11-03 08:02:36 +09:00 
			
		
		
		
	* Update JS dependencies - Update all JS dependencies - Adapt to recent webpack changes - Add new lint rules and fix issues - Regenerate SVGs and update svgo api usage Fixes: https://github.com/go-gitea/gitea/pull/16492 * adapt jest config and sort keys Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			210 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			210 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
export default {
 | 
						|
  rootDir: 'web_src',
 | 
						|
  setupFilesAfterEnv: ['jest-extended'],
 | 
						|
  testEnvironment: 'jsdom',
 | 
						|
  testMatch: ['<rootDir>/**/*.test.js'],
 | 
						|
  testTimeout: 20000,
 | 
						|
  transform: {},
 | 
						|
  verbose: false,
 | 
						|
};
 | 
						|
 |