mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:29:32 -05: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: '',
 | 
						|
  },
 | 
						|
};
 |