Skip to content
This repository was archived by the owner on May 15, 2026. It is now read-only.

Commit 943186a

Browse files
committed
fix: add missing props to About.spec.tsx tests
1 parent 73ebc19 commit 943186a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

webview-ui/src/components/settings/__tests__/About.spec.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ describe("About", () => {
2929
const defaultProps = {
3030
telemetrySetting: "enabled" as const,
3131
setTelemetrySetting: vi.fn(),
32+
taskHistoryRetention: "never",
33+
setTaskHistoryRetention: vi.fn(),
3234
}
3335

3436
beforeEach(() => {

0 commit comments

Comments
 (0)