We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379946f commit 263dd20Copy full SHA for 263dd20
1 file changed
packages/pluggableWidgets/calendar-web/src/__tests__/__snapshots__/Calendar.spec.tsx.snap
@@ -10,6 +10,8 @@ exports[`Calendar renders correctly with basic props 1`] = `
10
data-culture="en-US"
11
data-default-view="day"
12
data-events-count="0"
13
+ data-max="2025-04-28T23:59:59.000Z"
14
+ data-min="2025-04-28T00:00:00.000Z"
15
data-resizable="true"
16
data-selectable="true"
17
data-show-all-events="true"
@@ -19,9 +21,7 @@ exports[`Calendar renders correctly with basic props 1`] = `
19
21
data-timeslots="2"
20
22
formats="[object Object]"
23
localizer="[object Object]"
- max="Mon Apr 28 2025 23:59:59 GMT+0000 (Coordinated Universal Time)"
24
messages="[object Object]"
- min="Mon Apr 28 2025 00:00:00 GMT+0000 (Coordinated Universal Time)"
25
views="[object Object]"
26
/>
27
</div>
0 commit comments