Skip to content

Commit

Permalink
test: remove unused waitFor
Browse files Browse the repository at this point in the history
  • Loading branch information
sebkolind committed Jul 24, 2024
1 parent f08ff76 commit bfaa8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/__tests__/draggy.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { fireEvent, screen, waitFor } from "@testing-library/dom";
import { fireEvent, screen } from "@testing-library/dom";
import { draggy } from "../main";

const html = `
Expand Down

0 comments on commit bfaa8e3

Please sign in to comment.