# Slots

Testing [Vue slots and scopedSlots](https://vue-test-utils.vuejs.org/api/options.html#slots).
The example taken from [Vue testing library](https://github.com/testing-library/vue-testing-library)

See [Card.vue](Card.vue) and [Card.spec.js](Card.spec.js)

![Slots test](images/slots.png)
