test(customize): add ControlsPanel component tests#1924
Conversation
|
@Shikhartiwari967 is attempting to deploy a commit to the jhasourav07's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
🚨 Hey @Shikhartiwari967, 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 |
|
Hi @JhaSourav07 , all build/test checks are passing. The remaining failed checks seem to be caused by GitHub API rate limiting (403 API rate limit exceeded). Could you please rerun the workflows when possible? |
|
🎉 Congratulations @Shikhartiwari967! 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
Fixes #676
Pillar
Changes Made
Visual Preview
N/A (test-only changes)
Checklist before requesting a review