mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-06 08:18:39 +00:00
fix: add readFileDeduplication to webview-ui test
- Update ExtensionStateContext test to include the new experiment flag - This ensures TypeScript types match the expected experiment structure
This commit is contained in:
parent
1d68210e1b
commit
9fb16de8f6
1 changed files with 2 additions and 0 deletions
|
|
@ -226,6 +226,7 @@ describe("mergeExtensionState", () => {
|
|||
disableCompletionCommand: false,
|
||||
concurrentFileReads: true,
|
||||
multiFileApplyDiff: true,
|
||||
readFileDeduplication: false,
|
||||
} as Record<ExperimentId, boolean>,
|
||||
}
|
||||
|
||||
|
|
@ -242,6 +243,7 @@ describe("mergeExtensionState", () => {
|
|||
disableCompletionCommand: false,
|
||||
concurrentFileReads: true,
|
||||
multiFileApplyDiff: true,
|
||||
readFileDeduplication: false,
|
||||
})
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue