testing-library / testing-library-recorder-extension

Testing Library Extension for Chrome DevTools Recorder
https://chrome.google.com/webstore/detail/testing-library-recorder/pnobfbfcnoeealajjgnpeodbkkhgiici?utm_source=github&utm_medium=referral
MIT License
144 stars 3 forks source link

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

Open MatanBobi opened 1 year ago

MatanBobi commented 1 year ago

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 1 year ago

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