NOTE: This article was originally posted on Medium

How should I unit test my code-Part 2 (Examples)

Hi everyone, in this article we will learn to write unit tests for some of the common scenarios in React. If you are new to unit testing, you can check out the article Why should I unit test my code...