Testing Slots

In this lesson, we will be Slot Testing.

We'll cover the following...

What we want to test the most out of slots is where they end up in the component. For that, we can reuse the skills we learned in the chapter Test Styles and Structure.

Right now, most of the tests in MessageList.test.js will fail, so let’s remove them all (or comment them out), and focus ...