-
Notifications
You must be signed in to change notification settings - Fork 146
New issue
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
feat(consistent-data-testid): add support for custom error message #719
feat(consistent-data-testid): add support for custom error message #719
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @patriscus! Thanks for your PR, it looks great in general. Just a couple of minor things and should be ready to go.
🎉 This PR is included in version 5.10.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
@all-contributors please add @patriscus for ideas, code, test |
I've put up a pull request to add @patriscus! 🎉 |
🎉 This PR is included in version 6.0.0-alpha.15 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Checks
Changes
customMessage
as an optional field for theOptions
''
as the default forcustomMessage
customMessage
's valuecustomMessage
along in thedata
object when callingcontext.report()
Context
Fixes #718