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 813031a commit 524753aCopy full SHA for 524753a
tests/common.test.tsx
@@ -7,13 +7,13 @@ import Calendar from '../src'
7
8
const bookings = [
9
{
10
- from: '2022-01-16T00:00:00.000Z',
11
- to: '2022-01-27T00:00:00.000Z',
+ from: '2023-01-16T00:00:00.000Z',
+ to: '2023-01-27T00:00:00.000Z',
12
middayCheckout: true,
13
},
14
15
- from: '2022-06-25T23:00:00.000Z',
16
- to: '2022-07-03T23:00:00.000Z',
+ from: '2023-06-25T23:00:00.000Z',
+ to: '2023-07-03T23:00:00.000Z',
17
middayCheckout: false,
18
19
]
0 commit comments