Closed
Description
Version
1.0.3
Reproduction link
https://codesandbox.io/s/naughty-hofstadter-qsycv?file=/src/components/HelloWorld.spec.js
Steps to reproduce
- Write a component with a computed property
- throws an error inside the computed property
- Try to test this error with "toThrowError"
What is expected?
Error in computed property would be thrown
What is actually happening?
Error in computed property wouldn't be thrown