From 87ecddb008999babea63c1d688eb2bbac1be1be6 Mon Sep 17 00:00:00 2001 From: Julien Ripouteau Date: Fri, 26 Jan 2024 17:52:49 +0100 Subject: [PATCH] fix: add missing property in packageFactory --- tests/helpers.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/helpers.ts b/tests/helpers.ts index 73ca681..6dd730c 100644 --- a/tests/helpers.ts +++ b/tests/helpers.ts @@ -57,6 +57,7 @@ export async function packageFactory(overrides: Partial = {}): Prom compatibility: { adonis: '>=5.0.0' }, description: faker.lorem.sentence(), downloads: 0, + slug: faker.helpers.slugify(name), github: faker.string.alphanumeric(10), repo: faker.string.alphanumeric(10), stars: 0,