With React Testing Library v14, what are the benefits of using the userEvent.setup() for every test vs not including it?

  • user event docs
  • user event setup docs

userEvent.setup vs not including it in unit tests