-
Notifications
You must be signed in to change notification settings - Fork 45
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
valid-expect
doesn't recognize the second parameter of expect
#503
Comments
@fregante valid-expect requires setup maximum args when you use more than one argument. refer to this
|
What's the point? |
I've created a PR to fix this issue. This PR allow to use |
I have this line of code and
valid-expect
says it's invalid:You can see that it actually works and that it appears in the types, added in 2022.
Here's a simple version:
The text was updated successfully, but these errors were encountered: