Conversation
WalkthroughTwo unused optional properties ( Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
hey @arkid15r hope this issue is resolved,Could you please review and let me know if you’d like any changes or improvements? |
There was a problem hiding this comment.
@Nikhilkumarr-dev Hi! Please resolve conflicts ⬇️
Also, it's required to run make check-test locally as it says on the template.

|
hey @kasya ,Let me know if any changes need to be made. |
kasya
left a comment
There was a problem hiding this comment.
@Nikhilkumarr-dev Hi! Yes, there are still some SOnar issues to address. Plus tests are failing.
Make sure you run make check-test locally before every push to make sure all tests pass AND all checks complete.
ef9e589 to
8948815
Compare
|
hey @kasya,The sonar cloud errors we are seeing are below but our main branch is ahead of this we are using heroui instead of @fortawesome/react-fontawesome this component library The main branch is currently ahead, and the issue continues to appear in SonarCloud despite removing the unused React props. I would appreciate your feedback on this specific matter—hope I’ve explained it clearly. |
@Nikhilkumarr-dev DId you run tests locally with these changes? Please aways verify there are no breaking changes with running tests locally. Also, these Sonar errors are in your branch - they have nothing to do with main state. |
2aeb5ba to
9eb42f7
Compare
kasya
left a comment
There was a problem hiding this comment.
@Nikhilkumarr-dev You haven't fixed the tests 🤔
They are still failing to compile.
You also haven't ran make check-test locally before commit - it is required and we can tell when you're not doing it.
|
Hey @kasya I ran the make check-test ,I haven't seen any error before committing. |
|
Hello . |
hi @Nikhilkumarr-dev ! So when you run So, I did fix the tests for you - the problem was with icons mock. Since we switched to I'll push my changes and will merge this in, but I recommend you join our channel in Slack and maybe reach out to other Nest contributors to help with the project setup to be sure you can follow our workflow fully. 👌🏼 |
|
|
Gm @kasya Absolutely very helpfull really u made a valid point.Thank You for your kind help and suggestion. |










Proposed change
Removed unused props from MockTooltipProps in test file frontend/tests/unit/components/Card.test.tsx,This helps keep the codebase clean, improves performance, and enhances code readability.
Resolves #3139
Checklist
make check-testlocally and all tests passed