Testing the styles of DOM elements with React Testing Library
Sometimes -or often, depending on the case- we need to test some particular style that can change depending on some property. The way this is implemented depends on the library we use for the styling.
Supposing that we have some text, inside a compon...
buaiscia.hashnode.dev2 min read