describe("GitHub validator", () => {
  it("detects GitHub link with subdomain", () => {
    expect.hasAssertions();

    expect(isValidOCGGithubUrl(gitHubLinkWithSubdomain)).toEqual(true);