mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
fix: remove condensingApiConfigId from types and test fixtures
This commit is contained in:
parent
c983e26280
commit
89f6cbf2ab
1 changed files with 9 additions and 8 deletions
|
|
@ -84,14 +84,15 @@ vi.mock("@vscode/webview-ui-toolkit/react", () => ({
|
|||
VSCodeTextArea: ({ value, onChange, ...props }: any) => <textarea value={value} onChange={onChange} {...props} />,
|
||||
}))
|
||||
|
||||
describe("ContextManagementSettings", () => {
|
||||
const defaultProps = {
|
||||
autoCondenseContext: false,
|
||||
autoCondenseContextPercent: 80,
|
||||
listApiConfigMeta: [],
|
||||
maxOpenTabsContext: 20,
|
||||
maxWorkspaceFiles: 200,
|
||||
showRooIgnoredFiles: false,
|
||||
describe("ContextManagementSettings", () => {
|
||||
const defaultProps = {
|
||||
autoCondenseContext: false,
|
||||
autoCondenseContextPercent: 80,
|
||||
customCondensingPrompt: undefined,
|
||||
listApiConfigMeta: [],
|
||||
maxOpenTabsContext: 20,
|
||||
maxWorkspaceFiles: 200,
|
||||
showRooIgnoredFiles: false,
|
||||
maxReadFileLine: -1,
|
||||
maxConcurrentFileReads: 5,
|
||||
profileThresholds: {},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue