-
Notifications
You must be signed in to change notification settings - Fork 14.3k
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
test: Menu component tests #13302
test: Menu component tests #13302
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13302 +/- ##
===========================================
- Coverage 77.20% 58.53% -18.68%
===========================================
Files 872 480 -392
Lines 45101 16003 -29098
Branches 5435 4130 -1305
===========================================
- Hits 34820 9367 -25453
+ Misses 10158 6636 -3522
+ Partials 123 0 -123
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
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!
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!
* Add tests for the Menu component * Clean up and add NewMenu - SubMenu tests * Remove obsolete SubMenu test * Add LanguagePicker tests
SUMMARY
Adds test cases for the Menu component while moving to react-testing-library