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

Added ability to cancel movement and drop on same position #3

Closed SiebeVE closed 4 years ago

SiebeVE commented 5 years ago

Ping @colinrcummings, what do you think about this PR?

SiebeVE commented 4 years ago

@colinrcummings Did you find the time to check this PR?

colinrobertbrooks commented 4 years ago

@SiebeVE, what's your use case for this behavior?

SiebeVE commented 4 years ago

With this extension I can properly test 2 use cases:

With the current library you aren't able to do it because it expects a movement and you can't cancel a movement.