Skip to content

Commit da93c4a

Browse files
committed
revert this
1 parent 5362ab5 commit da93c4a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/core/webview/__tests__/webviewMessageHandler.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,9 @@ const mockClineProvider = {
2828
globalStorageUri: { fsPath: "/mock/global/storage" },
2929
},
3030
setValue: vi.fn(),
31-
getValue: vi.fn(),
3231
},
3332
log: vi.fn(),
3433
postStateToWebview: vi.fn(),
35-
codeIndexManager: undefined as any,
3634
} as unknown as ClineProvider
3735

3836
import { t } from "../../../i18n"

0 commit comments

Comments
 (0)