fix(coding-agent): reset tool test mocks

This commit is contained in:
Armin Ronacher
2026-06-19 09:22:13 +02:00
parent ea65a51a15
commit a2f70e5f28

View File

@@ -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 });
}); });