ctrlc03
ctrlc03
@dependabot rebase
@dependabot rebase
> ## Steps to Reproduce > ``` > cd circuits > npm install > npx jest __tests__/TallyVotes.test.ts > ``` > > ## Failure Logs > ``` > > /mnt/sdd1/sbw/circom/ZKAP_docker/sbwTest/benchmarks/maci-4892ada0dc7bcc2f7710aea917e309f1553317c5/circuits/node_modules/@zk-kit/poseidon-cipher/dist/index.js:9 >...
> > > ## Steps to Reproduce > > > ``` > > > cd circuits > > > npm install > > > npx jest __tests__/TallyVotes.test.ts > > >...
> ``` > 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. ok so first you need to install the packages and build the monorepo. Also you'd need to install these libraries...
> my commands are as follows: > > ``` > npm i > npm run bootstrap > npm run build > cd circuits > npm i > > npm run...
> 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 > ✕...
Hey sorry to come back to this so late. Have you managed to make any progress?
@baumstern was this requested by some community member that you know of? is the framework still used now that foundry seems to be the main player with hardhat in second...