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.