mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-09 22:31:08 +00:00
fix: add maxReadFileTokens to test fixtures
This commit is contained in:
parent
40ad09478b
commit
8e5c4c401d
2 changed files with 2 additions and 0 deletions
|
|
@ -533,6 +533,7 @@ describe("ClineProvider", () => {
|
|||
showRooIgnoredFiles: true,
|
||||
renderContext: "sidebar",
|
||||
maxReadFileLine: 500,
|
||||
maxReadFileTokens: 10000,
|
||||
cloudUserInfo: null,
|
||||
organizationAllowList: ORGANIZATION_ALLOW_ALL,
|
||||
autoCondenseContext: true,
|
||||
|
|
|
|||
|
|
@ -201,6 +201,7 @@ describe("mergeExtensionState", () => {
|
|||
showRooIgnoredFiles: true,
|
||||
renderContext: "sidebar",
|
||||
maxReadFileLine: 500,
|
||||
maxReadFileTokens: 10000,
|
||||
cloudUserInfo: null,
|
||||
organizationAllowList: { allowAll: true, providers: {} },
|
||||
autoCondenseContext: true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue