-
Notifications
You must be signed in to change notification settings - Fork 146
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(useravatar): add test #7035
base: main
Are you sure you want to change the base?
test(useravatar): add test #7035
Conversation
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for ibm-products-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7035 +/- ##
=======================================
Coverage 81.74% 81.75%
=======================================
Files 399 399
Lines 12970 12970
Branches 4269 4269
=======================================
+ Hits 10602 10603 +1
+ Misses 2368 2367 -1
🚀 New features to boost your workflow:
|
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.
terrific!
Closes #6791
Add test for user avatar web component
What did you change? packages/ibm-products-web-components/src/components/user-avatar/user-avatar.test.ts
How did you test and verify your work? yarn test and yarn coverage