test(ui): verify ThemeSelector error resilience#8041
Conversation
|
🚨 Hey @ThePriyanuj, 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.
The CI checks are currently failing and this PR is blocked. Please fix the failing tests/linting so we can proceed with a full review.
|
If you are still working on this, please push your latest changes or leave a comment to keep it active. |
Closes #6888