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 second test should pass. The computed property should reevaluate.
The vue component receives an object as prop. It has a computed property that returns a nested value from that object prop.
When changing this nested value, the computed property is not reevaluated in the test's wrapper vm. However, this does work in normal vue runtime.
What is actually happening?
The computed property does not reevaluate.
The text was updated successfully, but these errors were encountered:
Version
1.0.0-beta.25
Reproduction link
https://codesandbox.io/s/j7jlr6q08y?previewwindow=tests
Steps to reproduce
Just run the test.
What is expected?
The second test should pass. The computed property should reevaluate.
The vue component receives an object as prop. It has a computed property that returns a nested value from that object prop.
When changing this nested value, the computed property is not reevaluated in the test's wrapper vm. However, this does work in normal vue runtime.
What is actually happening?
The computed property does not reevaluate.
The text was updated successfully, but these errors were encountered: