test("WPScan parser parses a scan result file without a detected wp version correctly", async () => {
  const scanResults = JSON.parse(
    await readFile(__dirname + "/__testFiles__/no-version-detected.json", {
      encoding: "utf8",
    })