How to Confidently Write Unit Tests using React Testing Library
In this tutorial, we will learn how to confidently write unit tests using Testing Library which is a very popular React testing library for writing unit tests.
So let's get started.
If you want to learn React Testing Library from scratch and want to...
blog.yogeshchavan.dev18 min read
Hrushi M
Developer and maintainer of superflows.dev
Good one! You could also add how to test when external modules are imported and used in a component. Particularly when and how to mock certain modules or functions. Something on code coverage as well. Cheers!