How does jest specify the current ua information, such as specifying ua as a mobile device?

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?


has been solved. Ask and answer yourself
configure
clipboard.png

in jest.config as follows
Menu