You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be an ongoing effort in the jest library to add support for async matchers. I wonder how that affects the need to use something like this library's wait utility.
The text was updated successfully, but these errors were encountered:
We could potentially add matchers (to jest-dom) that support async matchers. But I see wait as useful beyond just assertions but waiting for some state to be true and then continuing on with further assertions and actions. So we'll probably keep it around.
For now I'll go ahead and close this and we can discuss async matchers more in jest-dom 👍 Thanks!
There seems to be an ongoing effort in the jest library to add support for async matchers. I wonder how that affects the need to use something like this library's
wait
utility.The text was updated successfully, but these errors were encountered: