Debug/trace mode #514
Unanswered
scotttrinh
asked this question in
Ideas
Replies: 1 comment
-
@scotttrinh happy to hear your thoughts about how to do this! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on adding tests to a component that uses multiple gestures and apart from the difficulties presented by jsdom's lack of
PointerEvent
, I'm also at a loss for how to troubleshoot why my pinching gesture, which I cribbed directly from the pinch tests here, are not triggeringonPinch*
events in the tests. The gestures fire in manual QA. The rest of the gestures are working in the tests as well, so there must be something about the events I'm firing that are not triggering the event. From a debugging perspective, there is no hook into the underlying library to see what events are being handled and why they aren't triggering certain gestures.My idea is to provide a way to turn on additional trace logging so that troubleshooting why gestures aren't firing is a little easier.
Beta Was this translation helpful? Give feedback.
All reactions