test("parses an empty result file correctly", async () => {
  const fileContent = JSON.parse(
    await readFile(__dirname + "/__testFiles__/unavailable-host.json", {
      encoding: "utf8",
    })