mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-04 03:43:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			171 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			171 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
  name: 'Unit test',
 | 
						|
  testMatch: ['<rootDir>/packages/**/__tests__/?(*.)+(spec|test).js'],
 | 
						|
  modulePathIgnorePatterns: ['.cache'],
 | 
						|
  transform: {},
 | 
						|
};
 |