You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using shallowMount on a component that contains itself, nested instances should be stubbed, so the output for the reproduction in the shared repo should be something like:
@mateuszjanusz I don't think someone looked into it. Any help is appreciated, feel free to take a look and open a PR to fix this if you want to, and we'll gladly merge
Expected behavior
When using
shallowMount
on a component that contains itself, nested instances should be stubbed, so the output for the reproduction in the shared repo should be something like:Current behavior
Nested instances are being mounted as if we were using
mount
. Current output is:Reproduction:
https://github.com/victorborrasdev/vue-test-utils-nested-stubs
Please let me know if you need any additional info. Thanks!
The text was updated successfully, but these errors were encountered: