You've already forked matrix-react-sdk
							
							
				mirror of
				https://github.com/matrix-org/matrix-react-sdk.git
				synced 2025-11-03 00:33:22 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			242 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			242 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
// Stub out FontManager for tests as it doesn't validate anything we don't already know given
 | 
						|
// our fixed test environment and it requires the installation of node-canvas.
 | 
						|
 | 
						|
module.exports = {
 | 
						|
    fixupColorFonts: () => Promise.resolve(),
 | 
						|
};
 |