mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-10 05:12:43 +00:00
perf(test): eliminate resetModules via injectable seams
This commit is contained in:
@@ -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 () => {
|
||||
|
||||
Reference in New Issue
Block a user