How to test onGetErrorMessage with unit test? #21076
Unanswered
wonderplayer
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm wondering how to test
onGetErrorMessage
property ofTextField
with a unit test (in my case I'm using Jest)?I was firing various events, and did get to trigger
onChange
event, but can't getonGetErrorMessage
to fire.Any suggestions?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions