mirror of
https://github.com/IT4Change/gradido.git
synced 2026-02-06 09:56:05 +00:00
correct comment
This commit is contained in:
parent
fc137c09b3
commit
44dd0f28ea
@ -54,6 +54,6 @@ describe('getFirstDayOfPreviousNMonth', () => {
|
||||
const startDate = new Date(2024, 1, 14) // February 14, 2024
|
||||
const monthsAgo = 3
|
||||
const result = getFirstDayOfPreviousNMonth(startDate, monthsAgo)
|
||||
expect(result).toEqual(new Date(2023, 10, 1)) // November 1, 2024
|
||||
expect(result).toEqual(new Date(2023, 10, 1)) // November 1, 2023
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user