diff --git a/test/cli.test.ts b/test/cli.test.ts index 30259639..dd0c97a8 100644 --- a/test/cli.test.ts +++ b/test/cli.test.ts @@ -55,6 +55,7 @@ describe("parser", () => { "--log", "error", "--help", + "--home=http://localhost:8080/", "--open", "--socket=mumble", "3", @@ -85,8 +86,8 @@ describe("parser", () => { "extra-builtin-extensions-dir": [path.resolve("bazzle")], "extra-extensions-dir": [path.resolve("nozzle")], help: true, + home: "http://localhost:8080/", host: "0.0.0.0", - home: "https://localhost:8080/", json: true, log: "error", open: true,