perf(test): eliminate resetModules via injectable seams

This commit is contained in:
Peter Steinberger
2026-02-13 16:20:31 +00:00
parent a844fb161c
commit b272158fe4
21 changed files with 223 additions and 188 deletions

View File

@@ -51,7 +51,6 @@ vi.mock("../skills.js", async (importOriginal) => {
describe("Agent-specific sandbox config", () => {
beforeEach(() => {
spawnCalls.length = 0;
vi.resetModules();
});
it("should use agent-specific workspaceRoot", async () => {