fix: polish restart feedback + stabilize tests (#685) (thanks @carlulsoe)
This commit is contained in:
@@ -42,5 +42,5 @@ describe("sandbox explain command", () => {
|
||||
expect(Array.isArray(parsed.fixIt)).toBe(true);
|
||||
expect(parsed.fixIt).toContain("agents.defaults.sandbox.mode=off");
|
||||
expect(parsed.fixIt).toContain("tools.sandbox.tools.deny");
|
||||
});
|
||||
}, 15_000);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user