tests
This commit is contained in:
@@ -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()],
|
||||||
|
})),
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user