mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 09:56:44 +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/'
 | |
|   ]
 | |
| };
 | 
