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 c73ad37 commit 666c8ccCopy full SHA for 666c8cc
src/core/tools/__tests__/executeCommandTool.test.ts
@@ -13,7 +13,7 @@ jest.mock("execa", () => ({
13
execa: jest.fn(),
14
}))
15
16
-jest.mock("../../Task")
+jest.mock("../../task/Task")
17
jest.mock("../../prompts/responses")
18
19
// Create a mock for the executeCommand function
0 commit comments