mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 01:47:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			281 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			281 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   name: 'setup',
 | |
|   displayName: 'Setup',
 | |
|   testMatch: ['**/test/?(*.)+(spec|test).e2e.js'],
 | |
|   testEnvironment: 'node',
 | |
|   coveragePathIgnorePatterns: [
 | |
|     '<rootDir>/dist/',
 | |
|     '<rootDir>/node_modules/',
 | |
|     '<rootDir>/out-tsc/',
 | |
|     '<rootDir>/test/',
 | |
|   ],
 | |
| };
 | 
