-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RHIENG-9113 fixed jest config and added unit tests #331
RHIENG-9113 fixed jest config and added unit tests #331
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #331 +/- ##
==========================================
+ Coverage 8.11% 19.44% +11.32%
==========================================
Files 47 45 -2
Lines 973 972 -1
Branches 183 183
==========================================
+ Hits 79 189 +110
+ Misses 836 732 -104
+ Partials 58 51 -7 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR, @PreetiW! I have requested some changes. Have a look.
src/Components/RecommendationRating/RecommendationRating.test.js
Outdated
Show resolved
Hide resolved
src/Components/RecommendationRating/RecommendationRating.test.js
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall the PR looks good now. Just suggested one change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
PR Title 💥
Migrated unit tests from Enzym to React Testing Library.
Why do we need this change? 💭
Please include the context of this change here.
Documentation requires update? 📝
Security Checklist 🔒
Upon raising this PR please go through RedHatInsights/secure-coding-checklist
💂♂️ Checklist 🎯
Additional 📣
Feel free to add any other relevant details such as links, notes, screenshots, here.