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 current assertion message for the data chainer is something to the effect of
expected { ... }[ not] to have property propertyName[ of value]"
It would be a great improvement to mention that it concerns a data(set) property instead of a "regular" property, so I'd propose to change the message to:
expected { ... }[ not] to have data property propertyName[ of value]"
or
expected { ... }[ not] to have dataset property propertyName[ of value]"
The text was updated successfully, but these errors were encountered:
The current assertion message for the data chainer is something to the effect of
It would be a great improvement to mention that it concerns a data(set) property instead of a "regular" property, so I'd propose to change the message to:
or
The text was updated successfully, but these errors were encountered: