Skip to content

Commit 666c8cc

Browse files
committed
Fix tests
1 parent c73ad37 commit 666c8cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/tools/__tests__/executeCommandTool.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jest.mock("execa", () => ({
1313
execa: jest.fn(),
1414
}))
1515

16-
jest.mock("../../Task")
16+
jest.mock("../../task/Task")
1717
jest.mock("../../prompts/responses")
1818

1919
// Create a mock for the executeCommand function

0 commit comments

Comments
 (0)