Adds test for data deletion
This commit is contained in:
@@ -12,6 +12,7 @@ export default function DeleteIcon({ handleDelete }) {
|
||||
<TouchableOpacity
|
||||
onPress={handleDelete}
|
||||
style={styles.headerDeleteButton}
|
||||
testID="deleteIcon"
|
||||
>
|
||||
<Icon
|
||||
name="delete"
|
||||
|
||||
Reference in New Issue
Block a user