Adding a Message Component
In this lesson, we will learn how to test two components.
We'll cover the following...
We'll cover the following...
So far, we’ve learned how to use Shallow Rendering to test a component in isolation, preventing the component sub-tree from rendering.
But in some cases, we want to test components that behave as a ...