mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 11:54:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			187 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			187 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
  rootDir: __dirname,
 | 
						|
  setupFilesAfterEnv: ['<rootDir>/test/unit.setup.js'],
 | 
						|
  modulePathIgnorePatterns: ['.cache'],
 | 
						|
  testMatch: ['/**/__tests__/**/*.[jt]s?(x)'],
 | 
						|
};
 |