I am trying to test a context provider with react-testing-library. The context provider subscribes an event handler when the component mounts (i.e. in a u
react-testing-library
u