test: add missing largeFileLineThreshold property to ClineProvider test

This commit is contained in:
Roo Code 2025-07-22 17:45:16 +00:00
parent f53f674aba
commit df741d7b19

View file

@ -532,6 +532,7 @@ describe("ClineProvider", () => {
showRooIgnoredFiles: true,
renderContext: "sidebar",
maxReadFileLine: 500,
largeFileLineThreshold: 5000,
cloudUserInfo: null,
organizationAllowList: ORGANIZATION_ALLOW_ALL,
autoCondenseContext: true,