fix(get-some-time): add missing test case

for where sunday is the first day of the year.
This commit is contained in:
davhojt 2022-06-13 07:42:10 +03:00 committed by Dav Hojt
parent 827f7c4d11
commit 39ef371506
1 changed files with 2 additions and 0 deletions

View File

@ -11,4 +11,6 @@ t(({ eq }) => eq(firstDayWeek(43, '1983'), '17-10-1983'))
t(({ eq }) => eq(firstDayWeek(23, '0091'), '04-06-0091'))
t(({ eq }) => eq(firstDayWeek(2, '2017'), '02-01-2017'))
Object.freeze(tests)