mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 09:56:44 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			224 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			224 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| const baseConfig = require('../../../jest.base-config.front');
 | |
| const pkg = require('./package.json');
 | |
| 
 | |
| module.exports = {
 | |
|   ...baseConfig,
 | |
|   displayName: (pkg.strapi && pkg.strapi.name) || pkg.name,
 | |
|   roots: [__dirname],
 | |
| };
 | 
