`user-event` v14 should be called with `userEvent.setup()` before used
MatanBobi opened this issue · 1 comments
MatanBobi commented
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 :)
nickmccurdy commented
It seems to me like the async API does actually work, but I still plan on improving this later.