Skip to content

Commit 3865fc1

Browse files
committed
test(compare): update facet mock data to include github and creation facets
1 parent 8434189 commit 3865fc1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/nuxt/components/compare/FacetSelector.spec.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ const facetLabels: Record<ComparisonFacet, { label: string; description: string
3232
},
3333
deprecated: { label: 'Deprecated?', description: 'Whether the package is deprecated' },
3434
totalLikes: { label: 'Likes', description: 'Number of likes' },
35+
githubStars: { label: 'GitHub Stars', description: 'Number of GitHub stars' },
36+
githubIssues: { label: 'GitHub Issues', description: 'Number of open GitHub issues' },
37+
createdAt: { label: 'Created', description: 'When the package was first created' },
3538
}
3639

3740
const categoryLabels: Record<string, string> = {

0 commit comments

Comments
 (0)