Skip to content

Commit

Permalink
fix: selection test
Browse files Browse the repository at this point in the history
  • Loading branch information
sebkolind committed Jul 24, 2024
1 parent 140820c commit 08f6d9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/__tests__/draggy.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ describe("draggy", () => {
draggy({
target: ".column",
onStart,
selection: {
enabled: true,
},
});

const column = await screen.findByTestId("column");
Expand Down

0 comments on commit 08f6d9e

Please sign in to comment.