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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Gestures are the primary mode of user interaction with our product, so we need to be sure that they’re doing what we expect. Currently, our gesture tests are inadequate (see #14073) and historically we’ve had bad luck maintaining integration tests (#4794, #13184, etc.), but MGLMapViewDirectionTests in #14082 demonstrates a way that we can mock and test gesture recognizers in unit tests.
/cc @mapbox/maps-ios
The text was updated successfully, but these errors were encountered:
Gestures are the primary mode of user interaction with our product, so we need to be sure that they’re doing what we expect. Currently, our gesture tests are inadequate (see #14073) and historically we’ve had bad luck maintaining integration tests (#4794, #13184, etc.), but
MGLMapViewDirectionTests
in #14082 demonstrates a way that we can mock and test gesture recognizers in unit tests./cc @mapbox/maps-ios
The text was updated successfully, but these errors were encountered: