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
// this will workexpect(wrapper).toMatchSnapShot();// this will not, the `[object Object]` is already in placeexpect(wrapper.html()).toMatchSnapshot();
The feature is experimental, so create issues if you have problems with it. You will need to enable it in your vue.config.js file.
problem
passing object to prop of one component should be serialized
example
serializing following component:
gives you somehting like this:
solution
can this be fixed? am I doing something wrong?
I would like to keep
data="{a: true}"
in snapshotThe text was updated successfully, but these errors were encountered: