Hacker0x01 / react-datepicker

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

[typescript-migration] test/year_picker_test.test.js and some tests #4824

Closed yuki0410-dev closed 4 months ago

yuki0410-dev commented 4 months ago

name: Migrate year_picker_test.test.js and some tests

Description

Linked issue: #4700

Changes year_picker_test.test.js and some tests ware migrated to ts

Contribution checklist

codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 96.67%. Comparing base (1c8583b) to head (cc867a8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4824 +/- ## ======================================= Coverage 96.67% 96.67% ======================================= Files 28 28 Lines 2977 2977 Branches 1288 1285 -3 ======================================= Hits 2878 2878 Misses 99 99 ```

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

martijnrusschen commented 4 months ago

Nice work!