ZUNI PROGRAMS V3
- Run a single test in a .ts file:
./mocha.sh $TEST_NAME
For example:./mocha.sh VotingPowerSMTBuilder
or./mocha.sh 'VotingPowerSMTBuilder tests'
- Run all tests in library:
yarn testlib
- Run tests in a specific folder:
yarn test $FOLDER_NAME
- We acknowledge the utilization of the Rust groth16 verifier developed by Electron-Labs, which leverages the ark_groth16 library.