mirror of
				https://github.com/strapi/strapi.git
				synced 2025-11-03 19:36:20 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			308 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			308 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
module.exports = {
 | 
						|
  name: 'setup',
 | 
						|
  displayName: 'Setup',
 | 
						|
  testMatch: ['**/test/?(*.)+(spec|test).js'],
 | 
						|
  testPathIgnorePatterns: [
 | 
						|
    '<rootDir>/packages/',
 | 
						|
  ],
 | 
						|
  coveragePathIgnorePatterns: [
 | 
						|
    '<rootDir>/dist/',
 | 
						|
    '<rootDir>/node_modules/',
 | 
						|
    '<rootDir>/out-tsc/',
 | 
						|
    '<rootDir>/test/'
 | 
						|
  ]
 | 
						|
};
 |