test("WPScan parser parses a successfully scan result with at least one informational finding", async () => {
  const scanResults = JSON.parse(
    await readFile(__dirname + "/__testFiles__/example-latest.json", {
      encoding: "utf8",
    })