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
No text should appear because all the components are stubbed
What is actually happening?
The 'normal' component is stubbed, but all others are not not
I'm using <component :is="aComponent" /> to dynamically choose question components on forms based on other data. However because shallow mounting is not stubbing them the entire form is being created when I just want to test the wrapper.
Fixes#973Fixes#994Fixes#995
BREAKING CHANGE: The tag name rendered by snapshots will use the rendered component tag, rather than the registered component name
Version
1.0.0-beta.25
Reproduction link
https://codesandbox.io/s/wq7zw0k288
Steps to reproduce
Open project and run test
What is expected?
No text should appear because all the components are stubbed
What is actually happening?
The 'normal' component is stubbed, but all others are not not
I'm using
<component :is="aComponent" />
to dynamically choose question components on forms based on other data. However because shallow mounting is not stubbing them the entire form is being created when I just want to test the wrapper.This may be a similar problem to #959
The text was updated successfully, but these errors were encountered: