mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
test: add missing largeFileLineThreshold property to ClineProvider test
This commit is contained in:
parent
f53f674aba
commit
df741d7b19
1 changed files with 1 additions and 0 deletions
|
|
@ -532,6 +532,7 @@ describe("ClineProvider", () => {
|
|||
showRooIgnoredFiles: true,
|
||||
renderContext: "sidebar",
|
||||
maxReadFileLine: 500,
|
||||
largeFileLineThreshold: 5000,
|
||||
cloudUserInfo: null,
|
||||
organizationAllowList: ORGANIZATION_ALLOW_ALL,
|
||||
autoCondenseContext: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue