Hacker0x01 / react-datepicker

A simple and reusable datepicker component for React
https://reactdatepicker.com/
MIT License
7.89k stars 2.23k forks source link

A test inside datepicker_test.test.js is failing when it's executed on the last week of a month #4934

Closed balajis-qb closed 6 days ago

balajis-qb commented 6 days ago

Describe the bug A test inside datepicker_test.test.js is failing when the test is executed on the last week of the month. The issue occurs as the component fails to auto switch to the next month in the test environment.

Failing Test Details: DatePicker › should update the preSelection state when a day is selected with Enter press