Relative Content

Tag Archive for reactjstesting

Issues with useContext when testing in React

im trying to do some testing on some of my react components. Its been mostly successful but I keep getting errors in some of my components with the useContext hook. Im trying to run a test on a Search component that isnt using the hook but the parent component is where the context is created and its used in the Search components child.