alexbrillant / react-native-deck-swiper

tinder like react-native deck swiper
ISC License
1.56k stars 466 forks source link

Best way to test swiping? #345

Open richardwu opened 3 years ago

richardwu commented 3 years ago

Is there a good way to test the swiping action in jest + react-testing-library?

I currently also have buttons binded to the swiping actions, but it seems like pressing them do not clear out the cards on top. I have checked it does fire off the event, but it does not see to update the card indexes.