File tree Expand file tree Collapse file tree
packages/pluggableWidgets/calendar-web/src/__tests__/__snapshots__ Expand file tree Collapse file tree Original file line number Diff line number Diff 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 view = " day"
2626 views = " [object Object]"
2727 />
You can’t perform that action at this time.
0 commit comments