mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
Update src/integrations/terminal/__tests__/TerminalProcessExec.test.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
parent
0d55593fa8
commit
30770ede77
1 changed files with 1 additions and 1 deletions
|
|
@ -286,7 +286,7 @@ describe("TerminalProcess with Real Command Output", () => {
|
|||
)
|
||||
|
||||
console.log(
|
||||
`'base64 < /dev/zero | head -n ${TEST_LINES}' execution time: ${executionTimeUs} microseconds (${executionTimeUs / 1000} milliseconds)`,
|
||||
`'yes "${"A".repeat(76)}" | head -n ${TEST_LINES}' execution time: ${executionTimeUs} microseconds (${executionTimeUs / 1000} milliseconds)`,
|
||||
)
|
||||
|
||||
// Display a truncated output sample (first 3 lines and last 3 lines)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue