DEV Community

Discussion on: Struggle with React and unit tests

Collapse
 
nans profile image
Nans Dumortier

Thank you for your help !
My linter was complaining when I was using document, so I decided to query the container of the toggle.
Then I had to mock window.__setPreferredTheme which is used by the gatsby plugin, and everything worked.
Thanks again for your help :)