We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5362ab5 commit da93c4aCopy full SHA for da93c4a
src/core/webview/__tests__/webviewMessageHandler.spec.ts
@@ -28,11 +28,9 @@ const mockClineProvider = {
28
globalStorageUri: { fsPath: "/mock/global/storage" },
29
},
30
setValue: vi.fn(),
31
- getValue: vi.fn(),
32
33
log: vi.fn(),
34
postStateToWebview: vi.fn(),
35
- codeIndexManager: undefined as any,
36
} as unknown as ClineProvider
37
38
import { t } from "../../../i18n"
0 commit comments