Skip to content

Commit a5d2b10

Browse files
author
fureev
committed
fix
1 parent 1c3fb38 commit a5d2b10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/showcase/src/content/__tests__/componentDocs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ describe('component docs metadata', () => {
3434
const selectDoc = getShowcaseComponentDoc(selectEntity!)
3535
const fileUploadDoc = getShowcaseComponentDoc(fileUploadEntity!)
3636

37-
expect(selectDoc.examples).toHaveLength(4)
37+
expect(selectDoc.examples).toHaveLength(5)
3838
expect(selectDoc.examples.every(example => example.status === 'ready')).toBe(true)
3939
expect(selectDoc.examples.every(example => example.previewKey?.startsWith('ds-select'))).toBe(true)
4040

0 commit comments

Comments
 (0)