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.
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.