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
There are a class of "setup and mocking" errors which currently throw when performing actions like getContactSummary or getTasks etc. Mocking "setup and mocking" errors should be caught as early as possible and the framework should "fail fast".
This likely is a breaking change requiring more validation in setters and the constructor
Examples
harness.user = {} should throw because the user contact doc must have an _id
The text was updated successfully, but these errors were encountered:
There are a class of "setup and mocking" errors which currently throw when performing actions like
getContactSummary
orgetTasks
etc. Mocking "setup and mocking" errors should be caught as early as possible and the framework should "fail fast".This likely is a breaking change requiring more validation in setters and the constructor
Examples
harness.user = {}
should throw because the user contact doc must have an _idThe text was updated successfully, but these errors were encountered: