We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Documentation for the is assertion uses parameter names value and expected:
is
value
expected
ava/docs/03-assertions.md
Line 124 in 6b63b1b
Declaration for the same assertion uses parameter names actual and expected:
actual
ava/types/assertions.d.ts
Line 190 in 6b63b1b
This is inconsistent. I think actual/expected is more clear and more common, so suggest standardizing on that pairing.
The text was updated successfully, but these errors were encountered:
Sounds good to me. Would you like to open a PR @DavidAnson?
Sorry, something went wrong.
Please don't wait for me to send a PR, it's unlikely I'll have time for this soon.
Update 03-assertions.md
5d1fe2a
Fix avajs#2938
19d3585
Successfully merging a pull request may close this issue.
Documentation for the
is
assertion uses parameter namesvalue
andexpected
:ava/docs/03-assertions.md
Line 124 in 6b63b1b
Declaration for the same assertion uses parameter names
actual
andexpected
:ava/types/assertions.d.ts
Line 190 in 6b63b1b
This is inconsistent. I think actual/expected is more clear and more common, so suggest standardizing on that pairing.
The text was updated successfully, but these errors were encountered: