I was using fireEvent with @TestingLib


I was using fireEvent with @TestingLib. But, I've switched to using user-event instead.

Why? The docs now recommend user-event instead fireEvent: https://testing-library.com/docs/dom-testing-library/api-events.

user-event provides more advanced simulation of browser interactions than the built-in fireEvent method. 👍

View original on X