fix: add responsive breakpoint tests for student resume upload route#8075
fix: add responsive breakpoint tests for student resume upload route#8075AMAN194701 wants to merge 1 commit into
Conversation
|
🚨 Hey @AMAN194701, 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.
Great job adding responsive breakpoint tests for the student resume upload route. Ensuring no absolute widths cause horizontal scrollbars is important. However, the CI check is failing. Please resolve the issues and rerun the CI pipeline.
|
If you are still working on this, please push your latest changes or leave a comment to keep it active. |
Description
Fixes #6804
Added a dedicated responsive breakpoint test suite for the Student Resume Upload route.
Changes
app/api/student/resume/upload/route.responsive-breakpoints.test.tsPillar
Visual Preview
N/A (Test-only changes)
Checklist before requesting a review:
CONTRIBUTING.mdfile.npm run formatandnpm run lintlocally and resolved all errors (CI will fail otherwise).feat(themes): ...,fix(calculate): ...).