DEV Community

Discussion on: Creating a Calculator app with React and TDD

Collapse
 
maciekgrzybek profile image
Maciek Grzybek

Nice article :) The only thing I would suggest is to change fireEvent to userEvent, it's currently recommended by the testing-library team :) testing-library.com/docs/ecosystem...