Testing Contextual Slot Specs
In this lesson, we'll see what Contextual Slot Specs are and how to test them.
We'll cover the following...
What is the Need?
We’ve tested how and where the slots render, and that’s probably all we need. However, it doesn’t end there. If you pass component instances as slots, just as we’re doing in the default slot with Message, you can test the functionality related to it.
Be careful of what you test here; this is probably something you don’t ...