Skip to content

Commit 8e5c4c4

Browse files
committed
fix: add maxReadFileTokens to test fixtures
1 parent 40ad094 commit 8e5c4c4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/core/webview/__tests__/ClineProvider.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,7 @@ describe("ClineProvider", () => {
533533
showRooIgnoredFiles: true,
534534
renderContext: "sidebar",
535535
maxReadFileLine: 500,
536+
maxReadFileTokens: 10000,
536537
cloudUserInfo: null,
537538
organizationAllowList: ORGANIZATION_ALLOW_ALL,
538539
autoCondenseContext: true,

webview-ui/src/context/__tests__/ExtensionStateContext.spec.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ describe("mergeExtensionState", () => {
201201
showRooIgnoredFiles: true,
202202
renderContext: "sidebar",
203203
maxReadFileLine: 500,
204+
maxReadFileTokens: 10000,
204205
cloudUserInfo: null,
205206
organizationAllowList: { allowAll: true, providers: {} },
206207
autoCondenseContext: true,

0 commit comments

Comments
 (0)