Skip to content

Releases: testing-library/vue-testing-library

Make fireEvent awaitable

07 Dec 12:28
Compare
Choose a tag to compare

Having to call wait after every call to fireEvent was clunky. Wrapped all fireEvent functions in an awaitable wrapper that calls wait internally.