diff --git a/starsky/starsky/clientapp/src/shared/url/url-query.spec.ts b/starsky/starsky/clientapp/src/shared/url/url-query.spec.ts index 73c71b3e10..88d5ead5b5 100644 --- a/starsky/starsky/clientapp/src/shared/url/url-query.spec.ts +++ b/starsky/starsky/clientapp/src/shared/url/url-query.spec.ts @@ -1,5 +1,8 @@ import { UrlQuery } from "./url-query"; +/** + * UrlQueryTest + */ describe("url-query", () => { const urlQuery = new UrlQuery(); @@ -236,6 +239,11 @@ describe("url-query", () => { }); }); + it("DocsGettingStartedFirstSteps", () => { + const test = urlQuery.DocsGettingStartedFirstSteps(); + expect(test).toContain("docs/getting-started/first-steps"); + }); + describe("UrlRealtime", () => { const { location } = window; /**