how do I handle test for the below code in jest
const handleOpenEndedBranching =(e)=>{ e.preventDefault() handleBranching(question, question?.questionInputTypes[0]?.goTo ) }