Skip to content

Conversation

@martijnrusschen
Copy link
Member

Summary

  • Adds test coverage for the formatWeekDay prop when used through the DatePicker component
  • The existing test only covered the Calendar component directly
  • This ensures the prop is properly passed through from DatePicker to Calendar

Test plan

  • Run yarn test:ci - all 1471 tests pass
  • Run yarn lint - passes
  • Run yarn type-check - passes

Related

🤖 Generated with Claude Code

Add test coverage for the formatWeekDay prop when used through
the DatePicker component. The existing test only covered the
Calendar component directly; this ensures the prop is properly
passed through from DatePicker to Calendar.

Related to #6173

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@codecov
Copy link

codecov bot commented Dec 18, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 99.31%. Comparing base (041f1ac) to head (344d1ed).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6177   +/-   ##
=======================================
  Coverage   99.31%   99.31%           
=======================================
  Files          30       30           
  Lines        3801     3801           
  Branches     1635     1652   +17     
=======================================
  Hits         3775     3775           
  Misses         25       25           
  Partials        1        1           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@martijnrusschen martijnrusschen merged commit 0231bbd into main Dec 18, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants