Skip to content

Commit 4951448

Browse files
authored
Merge pull request #96 from cortex-reply/fix-timezone-holiday-issue
fix: issue with rendering mismatch server/client
2 parents ef9e4bc + d15f6df commit 4951448

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/RequestLeave.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ describe('RequestLeave', () => {
341341
const startDate = new Date(startDateStr)
342342
const endDate = new Date(endDateStr)
343343

344+
344345
expect(startDate.getUTCFullYear()).toBe(2026)
345346
expect(startDate.getUTCMonth()).toBe(0) // January (0-indexed)
346347
expect(startDate.getUTCDate()).toBe(22)

0 commit comments

Comments
 (0)