mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
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:
parent
e3b682f119
commit
5de0133929
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue