diff options
Diffstat (limited to 'packages/cli/src/args.test.ts')
| -rw-r--r-- | packages/cli/src/args.test.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/cli/src/args.test.ts b/packages/cli/src/args.test.ts index 392d560..70a4868 100644 --- a/packages/cli/src/args.test.ts +++ b/packages/cli/src/args.test.ts @@ -51,6 +51,7 @@ describe("parseArgs", () => { conversationId: undefined, reasoningEffort: undefined, showReasoning: false, + open: false, }); }); @@ -66,6 +67,7 @@ describe("parseArgs", () => { conversationId: undefined, reasoningEffort: undefined, showReasoning: false, + open: false, }); }); @@ -100,6 +102,7 @@ describe("parseArgs", () => { conversationId: "abc", reasoningEffort: undefined, showReasoning: true, + open: false, }); }); @@ -115,6 +118,7 @@ describe("parseArgs", () => { conversationId: undefined, reasoningEffort: "high", showReasoning: false, + open: false, }); }); |
