diff --git a/frontend/src/features/web/TerminalKeyBar.test.tsx b/frontend/src/features/web/TerminalKeyBar.test.tsx index 1703562..6661d75 100644 --- a/frontend/src/features/web/TerminalKeyBar.test.tsx +++ b/frontend/src/features/web/TerminalKeyBar.test.tsx @@ -5,7 +5,7 @@ * the chips emit the exact byte sequences a physical key would, and tapping one * never steals focus from xterm (which would collapse the virtual keyboard). */ -import { describe, it, expect, vi } from "vitest"; +import { describe, it, expect } from "vitest"; import { fireEvent, render, screen } from "@testing-library/react"; import type { TerminalInputApi } from "@/features/terminals";