mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 09:56:44 +00:00 
			
		
		
		
	 94f313a12e
			
		
	
	
		94f313a12e
		
			
		
	
	
	
	
		
			
			* chore: initiate moving CM to own package * chore: refactor to handle routes * chore: init review-workflows-package * chore: fix build * chore: refactor review-workflows fe * chore: fix unit suite * chore: spelling mistake Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com> --------- Co-authored-by: Jamie Howard <48524071+jhoward1994@users.noreply.github.com>
		
			
				
	
	
		
			12 lines
		
	
	
		
			317 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			317 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 'use strict';
 | |
| 
 | |
| module.exports = {
 | |
|   preset: '../../../jest-preset.front.js',
 | |
|   collectCoverageFrom: ['<rootDir>/packages/core/admin/admin/**/*.js'],
 | |
|   displayName: 'Core content-manager',
 | |
|   moduleNameMapper: {
 | |
|     '^@tests/(.*)$': '<rootDir>/admin/tests/$1',
 | |
|   },
 | |
|   setupFilesAfterEnv: ['./admin/tests/setup.ts'],
 | |
| };
 |