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

user event docsuser event setup docs

userEvent.setup vs not including it in unit tests