mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-31 10:49:11 -04:00 
			
		
		
		
	* test(server): auth controller e2e test * test(server): user e2e test * refactor(server): album e2e * fix: linting
		
			
				
	
	
		
			11 lines
		
	
	
		
			204 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			204 B
		
	
	
	
		
			TypeScript
		
	
	
	
	
	
| export const deviceStub = {
 | |
|   current: {
 | |
|     id: expect.any(String),
 | |
|     createdAt: expect.any(String),
 | |
|     updatedAt: expect.any(String),
 | |
|     current: true,
 | |
|     deviceOS: '',
 | |
|     deviceType: '',
 | |
|   },
 | |
| };
 |