Class mock improvements
- Supports multiple properties in the same declaration.
- Improved inferred types in properties.
- Improved error handling.
Breaking changes
- Closures with no arguments are no longer called automatically. You must now set
shouldInvokeMethodClosure
totrue
.