Skip to content

Commit 9fb16de

Browse files
committed
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
1 parent 1d68210 commit 9fb16de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ describe("mergeExtensionState", () => {
226226
disableCompletionCommand: false,
227227
concurrentFileReads: true,
228228
multiFileApplyDiff: true,
229+
readFileDeduplication: false,
229230
} as Record<ExperimentId, boolean>,
230231
}
231232

@@ -242,6 +243,7 @@ describe("mergeExtensionState", () => {
242243
disableCompletionCommand: false,
243244
concurrentFileReads: true,
244245
multiFileApplyDiff: true,
246+
readFileDeduplication: false,
245247
})
246248
})
247249
})

0 commit comments

Comments
 (0)