colinrobertbrooks / react-beautiful-dnd-test-utils

Test utils for react-beautiful-dnd built with react-testing-library 🧤
https://www.npmjs.com/package/react-beautiful-dnd-test-utils
MIT License
32 stars 14 forks source link

Bump user-events dependency #13

Closed aloverso closed 3 years ago

aloverso commented 3 years ago

Reason: for documentation purposes. The test requires userEvent.keyboard in order to operate. This was introduced in userEvent v13.

This example code works solely because it's pulling the correct version of userEvent from the base react-beautiful-dnd-test-utils root. But if you're a user like me with an older version, trying to debug why my tests are failing when I have the same exact package.json versions as this example project... it would be helpful for these package versions to reflect the actual necessary version in order for it to run.

colinrobertbrooks commented 3 years ago

Released v4.0.1. 🚢