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
expect_snapshot_value()
Attributes are often of lesser importance and checking on them unnecessarily clutters the output.
For instance, expect_snapshot_value(x, ignore_attributes=TRUE) would be very nice to use.
expect_snapshot_value(x, ignore_attributes=TRUE)
Also, this could sometimes allow using nicer styles, as shown in #1771.
The text was updated successfully, but these errors were encountered:
Isn't ... already passed on to waldo::compare()? That's certainly what the docs and code suggests to me.
...
waldo::compare()
Sorry, something went wrong.
No branches or pull requests
Attributes are often of lesser importance and checking on them unnecessarily clutters the output.
For instance,
expect_snapshot_value(x, ignore_attributes=TRUE)
would be very nice to use.Also, this could sometimes allow using nicer styles, as shown in #1771.
The text was updated successfully, but these errors were encountered: