Skip to content

Commit

Permalink
Fix test-utils.ts error (#1059)
Browse files Browse the repository at this point in the history
  • Loading branch information
HiDeoo authored Nov 12, 2023
1 parent 8e8f035 commit 60edb22
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/starlight/__tests__/test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const frontmatterSchema = docsSchema()({
z.literal('webp'),
z.literal('gif'),
z.literal('svg'),
z.literal('avif'),
]),
}),
});
Expand Down

0 comments on commit 60edb22

Please sign in to comment.