feat: Add unit-tests #25

Merged
timharek merged 31 commits from feature-testing into main 2024-04-11 19:10:16 +00:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit ab138034a3 - Show all commits

View File

@ -14,6 +14,8 @@ function generateSeries(overrides: Partial<Series> = {}): Series {
title: faker.word.words(3),
subtitle: faker.word.words(3),
link: faker.internet.url(),
url: faker.internet.url(),
shareLink: faker.internet.url(),
description: faker.lorem.paragraphs(2),
id: faker.string.uuid(),
date: faker.date.recent(),