From 5de0133929b65428e82d7658bb6b24c9294eabb1 Mon Sep 17 00:00:00 2001 From: Eric Wheeler Date: Fri, 7 Mar 2025 22:00:26 -0800 Subject: [PATCH] docs: fix test file path in comment Update the test file path in the comment to match the actual test file name, making it easier to run the specific test file directly. Signed-off-by: Eric Wheeler --- src/integrations/terminal/__tests__/TerminalProcessExec.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integrations/terminal/__tests__/TerminalProcessExec.test.ts b/src/integrations/terminal/__tests__/TerminalProcessExec.test.ts index de63bcca3d..ab14a503c8 100644 --- a/src/integrations/terminal/__tests__/TerminalProcessExec.test.ts +++ b/src/integrations/terminal/__tests__/TerminalProcessExec.test.ts @@ -1,4 +1,4 @@ -// npx jest src/integrations/terminal/__tests__/TerminalProcess.test.ts +// npx jest src/integrations/terminal/__tests__/TerminalProcessExec.test.ts import * as vscode from "vscode" import { execSync } from "child_process"