Skip to content

Commit

Permalink
Update Events test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
KVinyl committed Mar 20, 2024
1 parent dd2e133 commit 7b83732
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/test/components/__snapshots__/Events.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ exports[`Events renders 1`] = `
</abbr>
</div>
<div
className="react-calendar__month-view__weekdays__weekday"
className="react-calendar__month-view__weekdays__weekday react-calendar__month-view__weekdays__weekday--current"
style={
Object {
"flexBasis": "14.285714285714286%",
Expand Down Expand Up @@ -184,7 +184,7 @@ exports[`Events renders 1`] = `
</abbr>
</div>
<div
className="react-calendar__month-view__weekdays__weekday react-calendar__month-view__weekdays__weekday--current"
className="react-calendar__month-view__weekdays__weekday"
style={
Object {
"flexBasis": "14.285714285714286%",
Expand Down Expand Up @@ -653,7 +653,7 @@ exports[`Events renders 1`] = `
</abbr>
</button>
<button
className="react-calendar__tile react-calendar__tile--now react-calendar__tile--active react-calendar__tile--range react-calendar__tile--rangeStart react-calendar__tile--rangeEnd react-calendar__tile--rangeBothEnds react-calendar__month-view__days__day"
className="react-calendar__tile react-calendar__month-view__days__day"
onClick={[Function]}
style={
Object {
Expand Down Expand Up @@ -763,7 +763,7 @@ exports[`Events renders 1`] = `
</abbr>
</button>
<button
className="react-calendar__tile react-calendar__month-view__days__day"
className="react-calendar__tile react-calendar__tile--now react-calendar__tile--active react-calendar__tile--range react-calendar__tile--rangeStart react-calendar__tile--rangeEnd react-calendar__tile--rangeBothEnds react-calendar__month-view__days__day"
onClick={[Function]}
style={
Object {
Expand Down

0 comments on commit 7b83732

Please sign in to comment.