Using stubs
In this video, we'll continue writing tests for out Item view component. We'll also be introduced to another Vue Test Utils feature called "stubs" that will allow us to better control the way our components are mounted.
Item view
The remaining tests we need to write for the Item view concern the Add to Cart button here.
Click to load comments...