Hacker0x01 / react-datepicker

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

[typescript-migration] test/calendar_test.test.js and test/datepicker_test.test.js #4855

Closed yuki0410-dev closed 4 weeks ago

yuki0410-dev commented 1 month ago

name: Migrate test/calendar_test.test.js and test/datepicker_test.test.js

Description

Linked issue: #4700

Changes test/calendar_test.test.js and test/datepicker_test.test.js were migrated to ts

Contribution checklist

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.72%. Comparing base (abed5ac) to head (e3af74c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4855 +/- ## ========================================== - Coverage 96.72% 96.72% -0.01% ========================================== Files 28 28 Lines 2991 2990 -1 Branches 1284 1286 +2 ========================================== - Hits 2893 2892 -1 Misses 98 98 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

martijnrusschen commented 1 month ago

You can merge with the latest master to reduce the changes in this PR

yuki0410-dev commented 1 month ago

@martijnrusschen Rebased!