1. 16
    Check to Current Way Your Component Looks Using Debug
    25s

Check to Current Way Your Component Looks Using Debug

Share this video with your friends

Send Tweet

When debugging our tests, one important part is understanding how our UI looks after our component renders or after we apply some changes to it.

In this lesson, we are going to review one util that allows us to print to our console a representation of the DOM tree of our elements: the debug