Skip to content

Commit a09ae95

Browse files
committed
Update parse-endpoint.spec.ts
1 parent b138ff5 commit a09ae95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/parse-endpoint.spec.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ describe("parseEndpoint", () => {
1414
it("does not parse invalid hosts", () => {
1515
expect(() => parseEndpoint("gitpod")).to.throw(TypeError);
1616
expect(() => parseEndpoint("ftp://gitpod.io")).to.throw(TypeError);
17+
expect(() => parseEndpoint("https://")).to.throw(TypeError);
1718
});
1819
});
1920

0 commit comments

Comments
 (0)