Skip to content

Commit

Permalink
fix test?
Browse files Browse the repository at this point in the history
  • Loading branch information
WickyNilliams committed Nov 1, 2024
1 parent d36f855 commit f309e92
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/calendar-month/calendar-month.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ function Fixture({
focusedDate = today(),
dir,
type = "date",
formatWeekday = "narrow",
...props
}: Partial<DateTestProps | RangeTestProps | MultiTestProps>): VNodeAny {
return (
Expand All @@ -58,6 +59,7 @@ function Fixture({
end: focusedDate.toPlainYearMonth(),
},
focusedDate,
formatWeekday,
// @ts-expect-error - not sure why this is a problem
type,
...props,
Expand Down

0 comments on commit f309e92

Please sign in to comment.