-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(FluidSearchSkeleton): add test file for component #17826
test(FluidSearchSkeleton): add test file for component #17826
Conversation
All contributors have signed the DCO. |
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
I have read the DCO document and I hereby sign the DCO. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Signed-off-by: Mariat Sebastian <mariatsebastian189@gmail.com>
e8b0bb2
to
47760e3
Compare
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.
coverage is at 100% 👍
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17826 +/- ##
==========================================
+ Coverage 80.14% 80.17% +0.02%
==========================================
Files 406 406
Lines 14030 14030
Branches 4391 4343 -48
==========================================
+ Hits 11245 11248 +3
+ Misses 2618 2616 -2
+ Partials 167 166 -1 ☔ View full report in Codecov by Sentry. |
b3e348b
Hey there! v11.69.0 was just released that references this issue/PR. |
…-system#17826) * test(FluidSearchSkeleton): add test file for component * fix(FluidSearchSkeleton): corrected contributor file Signed-off-by: Mariat Sebastian <mariatsebastian189@gmail.com> --------- Signed-off-by: Mariat Sebastian <mariatsebastian189@gmail.com> Co-authored-by: Alison Joseph <alison.joseph@us.ibm.com>
Closes #17513
This PR adds unit tests for the FluidSearchSkeleton component to ensure its proper rendering and functionality. The tests verify that the skeleton displays with the correct classes, supports custom class names etc.
Changelog
Changed
Testing / Reviewing
Additional Notes
Please let me know if any further modifications are needed or if you have any questions regarding the changes.