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
The truthy/falsey assertions are nice, but I wince every time I'm forced to write "falsey" as "falsy" 😛
"Falsey" has the advantage of being the same length as/aligning with "truthy" e.g.:
t.falsey(error) t.truthy(result)
As mentioned here, both spellings are widely used, so it would be nice to support both.
#BikeShed #TeamFalsey
The text was updated successfully, but these errors were encountered:
falsey
falsy
use-t-well
Sorry, not going to happen. We intentionally don't have any aliases.
I would recommend using eslint-plugin-ava which will catch incorrect usage live in your editor. We could even auto-fix it: avajs/eslint-plugin-ava#190
eslint-plugin-ava
See #114 (comment) and https://developer.mozilla.org/en-US/docs/Glossary/Falsy
Sorry, something went wrong.
No branches or pull requests
The truthy/falsey assertions are nice, but I wince every time I'm forced to write "falsey" as "falsy" 😛
"Falsey" has the advantage of being the same length as/aligning with "truthy" e.g.:
As mentioned here, both spellings are widely used, so it would be nice to support both.
#BikeShed #TeamFalsey
The text was updated successfully, but these errors were encountered: