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 f4ca7e7 commit bf9edfaCopy full SHA for bf9edfa
src/core/webview/__tests__/ClineProvider.test.ts
@@ -19,8 +19,6 @@ import { ClineProvider } from "../ClineProvider"
19
// Mock setup must come before imports
20
jest.mock("../../prompts/sections/custom-instructions")
21
22
-// Don't mock generateSystemPrompt - let it call through to test the actual implementation
23
-
24
jest.mock("vscode")
25
26
jest.mock("delay")
0 commit comments