Skip to content

Commit 263dd20

Browse files
iobuhovclaude
andcommitted
test(calendar-web): update snapshot for min/max date serialization
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 379946f commit 263dd20

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/pluggableWidgets/calendar-web/src/__tests__/__snapshots__/Calendar.spec.tsx.snap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ exports[`Calendar renders correctly with basic props 1`] = `
1010
data-culture="en-US"
1111
data-default-view="day"
1212
data-events-count="0"
13+
data-max="2025-04-28T23:59:59.000Z"
14+
data-min="2025-04-28T00:00:00.000Z"
1315
data-resizable="true"
1416
data-selectable="true"
1517
data-show-all-events="true"
@@ -19,9 +21,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
1921
data-timeslots="2"
2022
formats="[object Object]"
2123
localizer="[object Object]"
22-
max="Mon Apr 28 2025 23:59:59 GMT+0000 (Coordinated Universal Time)"
2324
messages="[object Object]"
24-
min="Mon Apr 28 2025 00:00:00 GMT+0000 (Coordinated Universal Time)"
2525
views="[object Object]"
2626
/>
2727
</div>

0 commit comments

Comments
 (0)