testing-library-recorder-extension icon indicating copy to clipboard operation
testing-library-recorder-extension copied to clipboard

`user-event` v14 should be called with `userEvent.setup()` before used

Open MatanBobi opened this issue 2 years ago • 1 comments

At the moment, we're exporting calls to userEvent using the new awaitable api (in version 14) but for that, we need to also run userEvent.setup before :)

MatanBobi avatar Aug 21 '22 09:08 MatanBobi

It seems to me like the async API does actually work, but I still plan on improving this later.

nickserv avatar Aug 21 '22 11:08 nickserv