test("parses result file for wrong.host.badssl.com correctly", async () => {
  const fileContent = JSON.parse(
    await readFile(__dirname + "/__testFiles__/wrong.host.badssl.com.json", {
      encoding: "utf8",
    })