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
hasAria()
This could act as a shortcut for hasAttribute():
hasAttribute()
hasAria(name, value, message) { hasAttribute(`aria-${name}`, value, message); }
@MelSumner thoughts?
The text was updated successfully, but these errors were encountered:
I like it because it seems like it will help bring this more into the developer's conscious stream while they're writing tests. 👍
Sorry, something went wrong.
I think this may have been what I was getting at with #99 (comment).
👍
Successfully merging a pull request may close this issue.
This could act as a shortcut for
hasAttribute()
:@MelSumner thoughts?
The text was updated successfully, but these errors were encountered: