callstack / react-native-testing-library

🦉 Simple and complete React Native testing utilities that encourage good testing practices.
https://callstack.github.io/react-native-testing-library/
MIT License
3.01k stars 264 forks source link

fix: expose common base synthetic event methods #1589

Closed mdjastrzebski closed 2 months ago

mdjastrzebski commented 2 months ago

Summary

Adds persist(), preventDefault(), stopPropagation(), etc stub methods to all User Event events.

Fixes #1588

Test plan

All automated tests should pass.