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] month_test.test.js #4854

Closed ryantanrk closed 4 months ago

ryantanrk commented 4 months ago

name: [typescript-migration] month_test.test.js about: Create a pull request to improve this repository title: [typescript-migration] month_test.test.js labels: "" assignees: ""

Description

Linked issue: #4700

Changes Converts month_test.test.js to typescript and makes handleOnKeyDown optional for day and week

Contribution checklist

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 50.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 96.72%. Comparing base (69e4f26) to head (839ccbb).

Files Patch % Lines
src/week_number.tsx 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #4854 +/- ## ========================================== - Coverage 96.75% 96.72% -0.04% ========================================== Files 28 28 Lines 2991 2991 Branches 1284 1284 ========================================== - Hits 2894 2893 -1 - Misses 97 98 +1 ```

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