Add Timezone-Boundaries Tests for Cooldown Gate and Calendar Handling#8093
Add Timezone-Boundaries Tests for Cooldown Gate and Calendar Handling#8093VanshikaSingh28 wants to merge 2 commits into
Conversation
… calendar handling
|
This PR introduces important tests for timezone boundaries and calendar handling, which are crucial for ensuring the accuracy of date calculations across different timezones. This aligns with previous decisions made to enhance timezone normalization and calendar data boundary alignment. It's great to see these tests being added! Looking forward to your contributions. 😊 |
|
🚨 Hey @VanshikaSingh28, the CI Pipeline is failing on this PR and it has been marked as Please fix the issues before this can be reviewed. Here's how: 1. Run checks locally before pushing: npm run format:check # Check Prettier formatting
npm run lint # Run ESLint
npm run typecheck # TypeScript type check
npm run test # Run unit tests (Vitest)
npm run build # Verify production build passes2. Auto-fix common issues: npm run format # Auto-fix formatting with Prettier
npm run lint -- --fix # Auto-fix lint errors where possible3. Check the full failure log here: Once you push a fix and the CI passes, the |
Aamod007
left a comment
There was a problem hiding this comment.
Good security bump for ejs. However, the Vercel check is failing. Please resolve the issues and rerun the CI pipeline.
Aamod007
left a comment
There was a problem hiding this comment.
Upon re-evaluation, I realized I previously misinterpreted the Vercel deployment failure as an issue with this PR. The Vercel build failure seems unrelated to the changes introduced here, so I will ignore it moving forward. The rest of the PR looks good, so I'm approving it!
… calendar handling
Description
Fixes #7113
Pillar
Visual Preview
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.