react-native-actions-sheet icon indicating copy to clipboard operation
react-native-actions-sheet copied to clipboard

How to test actions sheet in jest

Open blaze-nitd opened this issue 4 years ago • 3 comments

Hi our team is using Snapshot testing using jest. I am not able to find a suitable way to test this actionsheet.Can you provide a detailed explanation please

blaze-nitd avatar May 12 '21 07:05 blaze-nitd

Use the testID prop.

ammarahm-ed avatar May 12 '21 08:05 ammarahm-ed

How will we invoke the component? I am using forwardRef and passing ref type and actionSheet props there. Please help

blaze-nitd avatar May 17 '21 11:05 blaze-nitd

I'm not sure this is an issue either tbh, this is a jest testing question and not an issue.

This is also resolved in v0.8.0

ammarahm-ed avatar Aug 21 '22 06:08 ammarahm-ed