tl-user-event-mod
v1.0.0
Published
Moves @testing-library/user-event to build-in @testing-library/dom
Readme
tl-user-event-mod
- All
userEventcalls will be async - The
allAtOnceoption in type will be replaced byuserEvent.paste - The imports will need to be updated (React Testing Library will re-export
userEvent) - Removes
@testing-library/user-eventfrom package.json
Usage
npx tl-user-event-mod
npx tl-user-event-mod ./project/__tests__/*.spec.js