Skip to content

Commit a17be23

Browse files
committed
test: remove unused xterm host helper
1 parent e8009e2 commit a17be23

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/web/src/features/terminal-panel/__tests__/xterm-host.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2121,7 +2121,6 @@ describe("XtermHost", () => {
21212121
it("locks ctrl from the keyboard shortcut path and keeps applying control input", async () => {
21222122
viewportMocks.viewport = "mobile";
21232123
const store = createStore();
2124-
const user = userEvent.setup();
21252124
const sendTerminalInput = vi.fn().mockResolvedValue(undefined);
21262125

21272126
store.set(localeAtom, "en");

0 commit comments

Comments
 (0)