test(utils): add tests for theme mode toggle#313
test(utils): add tests for theme mode toggle#313its-me-abhishek merged 1 commit intoCCExtractor:mainfrom
Conversation
|
Thank you for opening this PR! Before a maintainer takes a look, it would be really helpful if you could walk through your changes using GitHub's review tools. Please take a moment to:
More information on how to conduct a self review: This helps make the review process smoother and gives us a clearer understanding of your thought process. Once you've added your self-review, we'll continue from our side. Thank you! |
Neeraj-gagat
left a comment
There was a problem hiding this comment.
done with self reiew added tests in existing file theme-mode-toggle.test.tsx added test for interaction like clicking on light, dark, system and ensured it render icons for sun && moon
Description
This pr adds interactions test for ThemeModeToggle enssuring correct theme changes
- Fixes: #299
these new tests increased coverage from 70% to 100%
image