python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to test a function in parent component that is passed as props to child component
I have a function onConfirm in parent component which I want to test using jest and react-testing-library, but this is passed as prop to the child component. How can I test this function in parent co...
Pratheek R
Votes: 0
Answers: 0
Write the test case for useEffect with Fetch API and useState in react
Following are my code which includes the fetch API(getData) call with the useEffect and once get the response it will set the result into the setData using useState
I am trying to write the test case ...
Krushna Kumar
Votes: 0
Answers: 0