Hacker0x01 / react-datepicker

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

🧪 test-fix: Update the test case to use the random month except the current month #5207

Closed balajis-qb closed 3 weeks ago

balajis-qb commented 3 weeks ago

Closes #5206

Description

As I described in the issue, currently the test cases are failing as in one of the test cases we try to select the month which is same as the current month. I fixed it by generating a random month other than the current month. This is just a test case update.

Screenshots

image

Contribution checklist