-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add real tests #9
Comments
@Divide-By-0 I see that there are some working tests for the download functionality here but they take around 4-6 minutes to complete. Also, Can I know more details about the |
Hey, yeah it's a big download, GitHub actions is free for OSS though so should not be a problem. You can learn about witness generation in the circom2 docs and the snarkjs readme. You'll have to add a ts function for just witness generation. |
Adding some context/update here We have:
What we can add:
|
Let's rename the circuit tests to contract tests since that what they currently are.
unit tests only have this right now:
These only test trivial UI functionality; they don't actually verify the download functionality or witness generation works -- can we add tests for those? We should also use circom-tester to verify witness generation passes for the sample eml.
The text was updated successfully, but these errors were encountered: