Skip to content

Class mock improvements

Compare
Choose a tag to compare
@seanhenry seanhenry released this 28 Apr 12:56
· 60 commits to master since this release
  • 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 to true.