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
But with chai-things, I get the following error when I try to run the following code:
expect(manyRecords).to.all.have.property('deleted_at').that.is.a('date')
## AssertionError: expected [ Array(1) ] to be a date
Although removing the data type (date) assertion does pass the test, it seems to update the target of the assertion to the provided property, instead resets to the array.
peteranny, llopess, queenvictoria and jedwards1211peteranny and llopess