Testing React custom hook – how to mock useContext value with Jest

You’ve written this awesome custom hook that uses context. How do you test the hook? Learn to mock useContext value with Jest. Read more

Similar