mirror of
https://github.com/immich-app/immich.git
synced 2025-07-09 03:04:16 -04:00
tests
This commit is contained in:
parent
89bfa692b1
commit
77121a0e07
@ -42,4 +42,9 @@ export const timelineAssetFactory = Sync.makeFactory<TimelineAsset>({
|
|||||||
stack: null,
|
stack: null,
|
||||||
projectionType: null,
|
projectionType: null,
|
||||||
livePhotoVideoId: Sync.each(() => faker.string.uuid()),
|
livePhotoVideoId: Sync.each(() => faker.string.uuid()),
|
||||||
|
text: Sync.each(() => ({
|
||||||
|
city: faker.location.city(),
|
||||||
|
country: faker.location.country(),
|
||||||
|
people: [faker.person.fullName()],
|
||||||
|
})),
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user