We'll chat about testing react applications and structuring tests.
We use react testing library, discuss why is it better than enzyme, how to use react testing library playground and what is the difference between getBy* and findBy*. The last one is especially important if you are testing a react component that has async logic in it.
Follow Laura on social networks:
Twitter: https://laurabeatris.com/twitter
Github: https://laurabeatris.com/github
Linkedin: https://laurabeatris.com/linkedin
And check out Lauras awesome website: https://laurabeatris.com
React Testing Library playground: https://testing-library.com/docs/exam...
The project from the first part of the video: https://github.com/LauraBeatris/javas...
The project that we were testing: https://github.com/satansdeer/testing...