Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
qdraw committed Feb 29, 2024
1 parent 30c5e8f commit 7376964
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions starsky/starsky/clientapp/src/shared/url/url-query.spec.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
import { UrlQuery } from "./url-query";

/**
* UrlQueryTest
*/
describe("url-query", () => {
const urlQuery = new UrlQuery();

Expand Down Expand Up @@ -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;
/**
Expand Down

0 comments on commit 7376964

Please sign in to comment.