Skip to content

Commit

Permalink
chore: carousel: updates unit test with new threshold
Browse files Browse the repository at this point in the history
  • Loading branch information
dkilgore-eightfold committed Mar 20, 2023
1 parent c44677e commit fa5017d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Carousel/Tests/ScrollMenu.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const options = {
ratio: 0.9,
root: null as any,
rootMargin: '8px',
threshold: [0.05, 0.5, 0.75, 0.95],
threshold: [0, 0.25, 0.5, 0.75, 1],
throttle: 100,
};

Expand Down

0 comments on commit fa5017d

Please sign in to comment.