test(TopRivalriesTicker-timezone-boundaries): verify timezone normalization & calendar data boundary alignment - #7349
Conversation
…zation & calendar data boundary alignment
📦 Next.js Bundle Size Report (Gzipped Sizes)✨ No significant bundle size changes detected. 📊 Summary of Totals
|
Aamod007
left a comment
There was a problem hiding this comment.
Hey! Thanks for adding timezone boundary tests to the TopRivalriesTicker. Validating locale offsets correctly guarantees our users in different regions don't see misaligned calendar dates.
I'm assigning level:intermediate, type:testing, and quality:clean.
Great catch, approving!
|
🎉 Congratulations @tamilr0727-ux! Your PR has been successfully merged. 🚀 Thank you for contributing to CommitPulse. Your work helps us build a better tool for the community.
Keep building! 💻✨ |
Description
Adds timezone normalization and calendar boundary test coverage for
components/TopRivalriesTicker.tsxthrough the new test filecomponents/TopRivalriesTicker.timezone-boundaries.test.tsx.Changes
Test Coverage
Implemented 5 test cases covering:
Validation
vitest run.Fixes #7030
Pillar
Visual Preview
Cn Check in the Files Changed Section.
Checklist before requesting a review:
CONTRIBUTING.mdfile.localhost:3000/api/streak?user=YOUR_USERNAME).npm run formatandnpm run lintlocally and resolved all errors (CI will fail otherwise).feat(themes): ...,fix(calculate): ...).README.mdif I added a new theme or URL parameter.