fix: Add missing props
Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
This commit is contained in:
parent
ca94944d56
commit
ab138034a3
|
|
@ -14,6 +14,8 @@ function generateSeries(overrides: Partial<Series> = {}): Series {
|
||||||
title: faker.word.words(3),
|
title: faker.word.words(3),
|
||||||
subtitle: faker.word.words(3),
|
subtitle: faker.word.words(3),
|
||||||
link: faker.internet.url(),
|
link: faker.internet.url(),
|
||||||
|
url: faker.internet.url(),
|
||||||
|
shareLink: faker.internet.url(),
|
||||||
description: faker.lorem.paragraphs(2),
|
description: faker.lorem.paragraphs(2),
|
||||||
id: faker.string.uuid(),
|
id: faker.string.uuid(),
|
||||||
date: faker.date.recent(),
|
date: faker.date.recent(),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue