mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 10:11:24 +00:00
chore: Fix types in tests 45/N.
This commit is contained in:
@@ -180,7 +180,7 @@ describe("browser extension install (fs-mocked)", () => {
|
||||
const { Command } = await import("commander");
|
||||
|
||||
const program = new Command();
|
||||
const browser = program.command("browser").option("--json", false);
|
||||
const browser = program.command("browser").option("--json", "JSON output", false);
|
||||
registerBrowserExtensionCommands(
|
||||
browser,
|
||||
(cmd) => cmd.parent?.opts?.() as { json?: boolean },
|
||||
|
||||
Reference in New Issue
Block a user