test(CustomizeCTA): add responsive breakpoint test coverage#8086
test(CustomizeCTA): add responsive breakpoint test coverage#8086Shikhartiwari967 wants to merge 1 commit into
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! @Aamod007 Sir, I verified the CI failure locally by running npm run typecheck on the latest main branch. The reported TypeScript errors are in: app/generator/components/EditorPanel.type-compiler.test.tsx This PR only adds app/components/CustomizeCTA.responsive-breakpoints.test.tsx, and the new test passes locally. Please let me know if you'd like me to make any changes to this PR. |
|
Hi @Aamod007 sir , please review it. |
Description
Fixes #6824
Added a new responsive breakpoint test suite for the
CustomizeCTAcomponent.The test suite verifies:
Pillar
Visual Preview
N/A (Test-only change)
Checklist before requesting a review:
CONTRIBUTING.mdfile.npm run lintlocally.README.mdif required.