Issue while writing Unit Test case with jest for testing a function depends on AuthContext state
I am getting an issue “TypeError: Cannot read properties of undefined (reading ‘_context’)Jest” while writing Unit Test Case with jest in my react native project with java script.
I have follow below approach, Please review and let me know what I am doing wrong.