Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Feb 10, 2025
1 parent 9d97765 commit a45bee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tests/src/tests/context-menu/context-menu.test.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { cleanup, render, screen, waitFor } from "@testing-library/svelte/svelte5";
import { render, screen, waitFor } from "@testing-library/svelte/svelte5";
import { axe } from "jest-axe";
import { describe, it } from "vitest";
import { getTestKbd, setupUserEvents } from "../utils.js";
Expand Down

0 comments on commit a45bee1

Please sign in to comment.