react-native-picker / picker

Picker is a cross-platform UI component for selecting an item from a list of options.
MIT License
1.45k stars 273 forks source link

JEST unit test - Selecting an item #494

Open zlasa opened 1 year ago

zlasa commented 1 year ago

How do I select a dropdown item in my unit test using JEST framework?

hernanif1 commented 11 months ago

https://github.com/react-native-picker/picker/blob/42a2a71831da41e0b524e501dbea6b6ec1f3c133/example/src/__tests__/PickerExample.test.tsx#L14-L15