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
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Please note this issue tracker is not a help forum. We recommend using StackOverflow or our discord channel for questions.
Do you want to request a feature or report a bug?
feature
My need
I'm trying to assert that an object has 2 keys where values are Date-like objects at a specific time (in this case, using
moment
).This is my best solution at the moment:
What I would like my code to look like
Suggested API
It is already possible to extend matchers in this way :
If it could also add the method
sameDate
to theexpect
object, everything would work out for me 🎉PS: thanks for all the amazing work ❤️
The text was updated successfully, but these errors were encountered: