mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 01:47:13 +00:00 
			
		
		
		
	
		
			
	
	
		
			13 lines
		
	
	
		
			276 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
		
		
			
		
	
	
			13 lines
		
	
	
		
			276 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
|   | 'use strict'; | ||
|  | 
 | ||
|  | /** @type {import('jest').Config} */ | ||
|  | const config = { | ||
|  |   projects: [ | ||
|  |     '<rootDir>/packages/plugins/*/jest.config.front.js', | ||
|  |     '<rootDir>/packages/core/*/jest.config.front.js', | ||
|  |     '<rootDir>/scripts/*/jest.config.front.js', | ||
|  |   ], | ||
|  | }; | ||
|  | 
 | ||
|  | module.exports = config; |