Where are the automated tests for this library? #2468
chriskerley78910
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Back story:
I've been having issues using this library. i.e. The indices for snap points seem to be inconsistent. i.e. I'll put 100% for a single snap point (as the initial snap-point), which should be index 0, but the drawer will only open to 100% when index 1 is used, but then in other times, index 1 is reported as an out of bounds error. The bug seems to occur almost at random.
Question:
Anyway, I figured this would be a good opportunity to contribute and fix the issue, but I don't see any automated tests for this repo, so I am afraid to make any changes without breaking existing functionality.
Are there any test cases written for this library?
Beta Was this translation helpful? Give feedback.
All reactions