mirror of
				https://github.com/strapi/strapi.git
				synced 2025-10-31 18:08:11 +00:00 
			
		
		
		
	 68883a121b
			
		
	
	
		68883a121b
		
			
		
	
	
	
	
		
			
			* fix: add URL signing support for media files in upload service and GraphQL resolvers * fix: graphql api test * fix: graphql association * chore: remove unnecessary tests * fix: sign when querying media files directly * chore: removed signedData * fix: backend ci * fix: pr feedback * fix: signed images not loading in media input * fix: make gql unit test pass ci * chore: move rawData
		
			
				
	
	
		
			8 lines
		
	
	
		
			140 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			140 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| 'use strict';
 | |
| 
 | |
| module.exports = {
 | |
|   preset: '../../../jest-preset.unit.js',
 | |
|   displayName: 'Plugin GraphQL',
 | |
|   // passWithNoTests: true,
 | |
| };
 |