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
Improve the reporting of the custom Gomega matches introduced in #412 so it's easier to understand when the actual and expected values differ.
actual
expected
The text was updated successfully, but these errors were encountered:
refactor(test): improve failure messages in custom matchers
7b6e948
display a readable diff of the "processed actual" vs "expected" values Fixes bytesparadise#421 Signed-off-by: Xavier Coulon <[email protected]>
refactor(test): improve failure messages in custom matchers (#422)
37e48f8
display a readable diff of the "processed actual" vs "expected" values Fixes #421 Signed-off-by: Xavier Coulon <[email protected]>
xcoulon
Successfully merging a pull request may close this issue.
Improve the reporting of the custom Gomega matches introduced in #412 so it's easier to understand when the
actual
andexpected
values differ.The text was updated successfully, but these errors were encountered: