test('parse normal', () => {
    expect(
      parseGithubUrl('https://github.com/imcuttle/picidae/blob/master/test/demo/template.html')
    ).toMatchObject({
      hostname: 'github.com',