-
-
Notifications
You must be signed in to change notification settings - Fork 225
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wrong TypeScript typing for toBeDateString (and possibly toBeHexadecimal) #381
Comments
PR welcome 🙂 |
dharkness
pushed a commit
to dharkness/jest-extended
that referenced
this issue
Nov 13, 2021
dharkness
pushed a commit
to dharkness/jest-extended
that referenced
this issue
Nov 13, 2021
dharkness
pushed a commit
to dharkness/jest-extended
that referenced
this issue
Nov 13, 2021
Sorry for the churn. I accidentally pushed changes for a new PR to the branch. I deleted the PR and branch and started over. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug
package
version: 1.1.0node
version: v14.17.0npm
(oryarn
) version: npm 7.24.1The type for
toBeDateString
expects a string argument; see the example below:I suspect this issue might affect
toBeHexadecimal
as well.The text was updated successfully, but these errors were encountered: