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
Hello, I've recently encounted a problem with chai's deep equal assertion when an object contains a property of type Temporal.PlainDate. For example the following assertion does not result in error while it's not the same date.
The reason is that in deep-eqlhttps://github.com/chaijs/deep-eql/blob/main/index.js#L197 the Temporal.PlainDate type is not managed since it's still in stage 3.
What's your opinion on making a PR to add the Temporal type comparison?
Otherwise do you have alternative solutions to make the comparison work?
The text was updated successfully, but these errors were encountered:
Hello, I've recently encounted a problem with chai's deep equal assertion when an object contains a property of type Temporal.PlainDate. For example the following assertion does not result in error while it's not the same date.
The reason is that in
deep-eql
https://github.com/chaijs/deep-eql/blob/main/index.js#L197 the Temporal.PlainDate type is not managed since it's still in stage 3.What's your opinion on making a PR to add the Temporal type comparison?
Otherwise do you have alternative solutions to make the comparison work?
The text was updated successfully, but these errors were encountered: