mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 01:47:13 +00:00 
			
		
		
		
	 c7b2b2abcc
			
		
	
	
		c7b2b2abcc
		
			
		
	
	
	
	
		
			
			* chore: migrate and create config files for the migration * chore: migrate test utils to TS * chore: fix the typo * chore: fix eslint errors * chore: fix prettier error
		
			
				
	
	
		
			11 lines
		
	
	
		
			236 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			236 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 'use strict';
 | |
| 
 | |
| module.exports = {
 | |
|   preset: '../../../jest-preset.front.js',
 | |
|   displayName: 'Core upload',
 | |
|   moduleNameMapper: {
 | |
|     '^@tests/(.*)$': '<rootDir>/admin/tests/$1',
 | |
|   },
 | |
|   setupFilesAfterEnv: ['./admin/tests/setup.ts'],
 | |
| };
 |