mirror of
https://github.com/AutoMaker-Org/automaker.git
synced 2026-01-31 06:42:03 +00:00
fix: update permission mode in sdk-options test
- Changed expected permission mode in sdk-options test from "acceptEdits" to "default" to align with recent updates in spec generation options.
This commit is contained in:
@@ -88,7 +88,7 @@ describe("sdk-options.ts", () => {
|
||||
expect(options.cwd).toBe("/test/path");
|
||||
expect(options.maxTurns).toBe(MAX_TURNS.maximum);
|
||||
expect(options.allowedTools).toEqual([...TOOL_PRESETS.specGeneration]);
|
||||
expect(options.permissionMode).toBe("acceptEdits");
|
||||
expect(options.permissionMode).toBe("default");
|
||||
});
|
||||
|
||||
it("should include system prompt when provided", async () => {
|
||||
|
||||
Reference in New Issue
Block a user