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
Thanks for the detailed bug report. It was easy to find the problem using your minimal reproduction 😀
The issue was that we weren't compiling extended components correctly. I've fixed this and it will be in the next release. Worth noting that this isn't fixed in Vue < 2.3 due to a bug with mergeOptions.
Version
1.0.0-beta.16
Reproduction link
https://github.com/No9/vue-test-utils-issue
Steps to reproduce
See repo
What is expected?
Passing a Vue Component to
vue-test-utils.mount
should work as per#329 (comment)
What is actually happening?
An error is thrown that wrapper.html() is undefined
I may have misunderstood the use of the wrapper and the library here and unpacking the vue as per the first passing test is expected behavior.
The text was updated successfully, but these errors were encountered: