fix(coding-agent): reset tool test mocks
This commit is contained in:
@@ -44,6 +44,7 @@ describe("Coding Agent Tools", () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
afterEach(() => {
|
afterEach(() => {
|
||||||
|
vi.restoreAllMocks();
|
||||||
// Clean up test directory
|
// Clean up test directory
|
||||||
rmSync(testDir, { recursive: true, force: true });
|
rmSync(testDir, { recursive: true, force: true });
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user