Closed
Description
Subject of the issue
If I mount my component using shallowMount
, I can't find functional components inside it.
Steps to reproduce
https://github.com/Djaler/vue-test-utils-functional-components-shallow-mount
- Clone repo and install dependencies (
npm install
) - Run tests (
npm run test
)
Expected behaviour
Icon component should be found and both tests should pass
Actual behaviour
Icon component not found in both cases