From b1282b97074420fe18f164bd70afe3c505d4b1dc Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Thu, 10 Dec 2020 10:24:37 -0700 Subject: [PATCH] refactor: fix bug in --home test --- test/cli.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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,