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
The Child.vue component should be stubbed by shallowMount.
What is actually happening?
The Child.vue component is not stubbed and simply rendered as is.
The pattern which written in reproduction is an approach to deal with circular reference between components. It is stated in Vue.js official documentation. So I think it would be useful if we can handle such pattern on shallowMount.
The text was updated successfully, but these errors were encountered:
Version
1.0.0-beta.24
Reproduction link
https://github.com/ktsn/vue-test-utils-shallow-repro
Steps to reproduce
npm i
npm t
You will see the test case is failing.
What is expected?
The
Child.vue
component should be stubbed byshallowMount
.What is actually happening?
The
Child.vue
component is not stubbed and simply rendered as is.The pattern which written in reproduction is an approach to deal with circular reference between components. It is stated in Vue.js official documentation. So I think it would be useful if we can handle such pattern on
shallowMount
.The text was updated successfully, but these errors were encountered: