quadratic-funding / mpc-phase2-suite

The MPC suite of tools for conducting zkSNARK Phase 2 Trusted Setup ceremonies
MIT License
16 stars 6 forks source link

test(unit-files): implemented unit tests for the files helper #307

Closed ctrlc03 closed 1 year ago

ctrlc03 commented 1 year ago

Implemented unit tests for the files helper within the actions package. These utility functions deal with creation and management of files and directory for storage of ceremony related data.

fix #304