Subway2023
Subway2023
``` cd circuits npm install npx jest TallyVotes.test.ts ``` commad (npx jest TallyVotes.test.ts) comes from the testing program in the project.
i just download this [commit](https://github.com/privacy-scaling-explorations/maci/tree/4bc217db24f573c1da5e24ad0caca596637c3dc8) and perform above commands.
Thank you very much! it works.
Why can't TallyVotes.test.ts pass the tests? ``` npx jest TallyVotes.test.ts FAIL ts/__tests__/TallyVotes.test.ts (15.032 s) TallyVotes circuit 1 user, 2 messages ✕ should produce the correct result commitments (4263 ms) 10...
Thank you for your reply. I currently have no new progress. My goal is to execute TallyVotes.test.ts to obtain the inputs for tallyVotes.circom in order to reproduce the [vulnerability of...