DEV Community

Discussion on: Formik & React Testing Library and Screaming at a Computer for an Hour

 
rangeoshun profile image
Abel Varga • Edited

Basically like this:

fireEvent.submit(container.querySelector('form'))

container is the value returned in the object by the render method.