tl-user-event-mod
v1.0.0
Published
Moves @testing-library/user-event to build-in @testing-library/dom
Downloads
1
Readme
tl-user-event-mod
- All
userEvent
calls will be async - The
allAtOnce
option 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-event
from package.json
Usage
npx tl-user-event-mod
npx tl-user-event-mod ./project/__tests__/*.spec.js