mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 09:56:44 +00:00 
			
		
		
		
	 ddcbafe9d9
			
		
	
	
		ddcbafe9d9
		
			
		
	
	
	
	
		
			
			* chore: add test utils * test(upload): fix useModalQueryParams * test(upload): fix TableRows * test(upload): fix useConfig test * test(upload): fix useFolder tests * test(upload): fix useFolders test * test(upload): fix SettingsPage tests * test(upload): fix UploadAssetDialog tests * test(upload): fix CarouselAssets tests
		
			
				
	
	
		
			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.js'],
 | |
| };
 |