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