mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-30 17:37:26 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			155 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			155 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 'use strict';
 | |
| 
 | |
| module.exports = {
 | |
|   coverageDirectory: '<rootDir>/coverage',
 | |
|   projects: ['<rootDir>/packages/**/jest.config.js', '<rootDir>/.github'],
 | |
| };
 | 
