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 <roo-code@z.ewheeler.org>
This commit is contained in:
Eric Wheeler 2025-03-07 22:00:26 -08:00
parent e3b682f119
commit 5de0133929

View file

@ -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"