test('parse raw url', () => {
    expect(
      parseGithubUrl('https://raw.githubusercontent.com/imcuttle/markdown-it-github-headings/dev/test/index.js')
    ).toMatchObject({
      hostname: 'raw.githubusercontent.com',