test("should properly parse zero findings json file", async () => {
  const fileContent = JSON.parse(
    await readFile(__dirname + "/__testFiles__/zeroFindings.json", {
      encoding: "utf8",
    })