Skip to content

Commit e1184be

Browse files
Harsh Bajpaibajpai244
authored andcommitted
chore: remove garbage code
1 parent 6fbb6d2 commit e1184be

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

tests/circuit.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,6 @@ describe("Circuit test", () => {
7575
await circuit.calculateWitness(input);
7676
const p = (await circuit.genProof(input)) as ZK_PROOF;
7777

78-
fs.writeFileSync("./tmp.json", JSON.stringify(p))
79-
8078
expect(
8179
p.hasOwnProperty("proof") &&
8280
p.proof.hasOwnProperty("pi_a") &&

tmp.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)