scenarios are as follows:
I wrote the code related to the end touch event, which determines whether to use the touch event or the mouse event according to ua and ("touchstart" in window)).
but when testing jest, the default ua is PC. How to change ua to mobile?