mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 10:49:11 -04:00 
			
		
		
		
	* refactor(server): tsconfigs * chore: dummy commit * fix: start.sh * chore: restore original entry scripts
		
			
				
	
	
		
			12 lines
		
	
	
		
			259 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			259 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| jest.mock('@nestjs/common', () => ({
 | |
|   ...jest.requireActual('@nestjs/common'),
 | |
|   Logger: jest.fn().mockReturnValue({
 | |
|     verbose: jest.fn(),
 | |
|     debug: jest.fn(),
 | |
|     log: jest.fn(),
 | |
|     info: jest.fn(),
 | |
|     warn: jest.fn(),
 | |
|     error: jest.fn(),
 | |
|   }),
 | |
| }));
 |