mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 10:28:54 -07:00
e53625b067
* 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: '',
|
|
},
|
|
};
|