Skip to content

Commit 5542307

Browse files
committed
refactor: fix bug in --home test
1 parent 6f70345 commit 5542307

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/cli.test.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ describe("parser", () => {
5555
"--log",
5656
"error",
5757
"--help",
58+
"--home=http://localhost:8080/",
5859
"--open",
5960
"--socket=mumble",
6061
"3",
@@ -85,8 +86,8 @@ describe("parser", () => {
8586
"extra-builtin-extensions-dir": [path.resolve("bazzle")],
8687
"extra-extensions-dir": [path.resolve("nozzle")],
8788
help: true,
89+
home: "http://localhost:8080/",
8890
host: "0.0.0.0",
89-
home: "https://localhost:8080/",
9091
json: true,
9192
log: "error",
9293
open: true,

0 commit comments

Comments
 (0)