test(EditorPanel-massive-scaling): verify massive data sets and high bounds scaling#5371
Conversation
|
🚨 Hey @Nicks-19, 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 |
ef842ad to
f40eb69
Compare
|
🎉 Congratulations @Nicks-19! 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! 💻✨ |
|
Mentor review completed and tagged under GSSoC 2025 (mentor:Aamod007). |
Description
Fixes #4346
This PR adds a comprehensive test suite in
app/generator/components/EditorPanel.massive-scaling.test.tsxtargeting theEditorPanelcomponent under extreme scaling conditions and high bounds:5,000selected technology IDs intostate.selectedTechsto verify that the selection list mounts smoothly without throwing stack overflow errors.200custom socials items with2,000character URLs each and verifies render/mount success.act()block, asserting total execution time stays well under the 2,000ms threshold (runs in under150ms).Pillar
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.