mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 01:47:13 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			15 lines
		
	
	
		
			392 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			392 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   displayName: 'API integration tests',
 | |
|   testMatch: ['**/?(*.)+(spec|test).api.js'],
 | |
|   testEnvironment: 'node',
 | |
|   setupFilesAfterEnv: ['<rootDir>/test/jest-api.setup.js'],
 | |
|   coveragePathIgnorePatterns: [
 | |
|     '<rootDir>/dist/',
 | |
|     '<rootDir>/node_modules/',
 | |
|     '<rootDir>/out-tsc/',
 | |
|     '<rootDir>/test/',
 | |
|   ],
 | |
|   transform: {},
 | |
|   modulePathIgnorePatterns: ['.cache'],
 | |
| };
 | 
