Skip to content

Commit

Permalink
fix: add missing property in packageFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
Julien-R44 committed Jan 26, 2024
1 parent a8c9e96 commit 87ecddb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export async function packageFactory(overrides: Partial<PackageInfo> = {}): 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,
Expand Down

0 comments on commit 87ecddb

Please sign in to comment.