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.
2 parents ef9e4bc + d15f6df commit 4951448Copy full SHA for 4951448
1 file changed
tests/RequestLeave.test.tsx
@@ -341,6 +341,7 @@ describe('RequestLeave', () => {
341
const startDate = new Date(startDateStr)
342
const endDate = new Date(endDateStr)
343
344
+
345
expect(startDate.getUTCFullYear()).toBe(2026)
346
expect(startDate.getUTCMonth()).toBe(0) // January (0-indexed)
347
expect(startDate.getUTCDate()).toBe(22)
0 commit comments