From 45e9c9a21deb236fa7f38138b42b33ddaf7c0985 Mon Sep 17 00:00:00 2001 From: vezenovm Date: Tue, 23 Apr 2024 19:22:04 +0000 Subject: [PATCH] cleanup comment --- tests/program_report.test.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/tests/program_report.test.ts b/tests/program_report.test.ts index b7bb6af..c73eb26 100644 --- a/tests/program_report.test.ts +++ b/tests/program_report.test.ts @@ -72,14 +72,6 @@ describe("Shell format", () => { }); it("should compare 1 to 2", () => { - // const srcContractReports = cmpContractReports.map((program) => { - // const circuitReport = { name: "main", acir_opcodes: 0, circuit_size: 0 }; - // const programReport = { - // package_name: program.package_name, - // functions: [circuitReport], - // }; - // return programReport; - // }); const contractDiffs = computeProgramDiffs(srcContractReports, cmpContractReports); expect(contractDiffs.length).toBeGreaterThan(0);