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]"