fix: Support React 19 and remove Jest reliance in test utils (#7686)
* attempt to get rid of jest calls in menu util
* update RSP testing docs to directly mention mocks that maybe needed
* bump versions of RTL to 16
* use alternative to calling jest run timers in menu option selection
* fixing types and properly testing long press
* fix lint
* revert to pre testing library bump for clean slate
* fix build and another submenu edge case
now we shouldnt need to call runAllTimers after selectOption
* fix react 16 bug
* update return type of advanceTimer and docs copy
* move some general fixes from selectionMode="replace" branch here
* get rid of unneeded async
* getting rid of extraneous dep
* fix lint