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
Instead of manually adding any and all matcher APIs like this request, maybe we can add functionality to detox API to call any supported matchers from JS in runtime.
For example, something like expect(...).toMatch('earlgrey_isClickable').
The text was updated successfully, but these errors were encountered:
Description
Instead of manually adding any and all matcher APIs like this request, maybe we can add functionality to detox API to call any supported matchers from JS in runtime.
For example, something like
expect(...).toMatch('earlgrey_isClickable')
.The text was updated successfully, but these errors were encountered: