nock(url.origin)
      .log(console.log)
      .get(url.pathname)
      .replyWithFile(200, getFixturePath('index.html'))