You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Currently, the test case date_utils › isYearDisabled › should be disabled if in excluded dates is failing because of the data we used in the test case. We're excluding the date from the current year (2024), but expecting the year 2023 to be disabled, which is a bug in our Test case.
To Reproduce
Run the test case $yarn test
Expected behavior
The year should match with the date that we wish to disable.
Screenshots
The text was updated successfully, but these errors were encountered:
balajis-qb
pushed a commit
to qburst/react-datepicker-3
that referenced
this issue
Jan 2, 2024
Describe the bug
Currently, the test case
date_utils › isYearDisabled › should be disabled if in excluded dates
is failing because of the data we used in the test case. We're excluding the date from the current year (2024), but expecting the year 2023 to be disabled, which is a bug in our Test case.To Reproduce
Run the test case
$yarn test
Expected behavior
The year should match with the date that we wish to disable.
Screenshots
The text was updated successfully, but these errors were encountered: