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(database unit tests): implemented unit tests for the database.ts helper #308

Closed ctrlc03 closed 1 year ago

ctrlc03 commented 1 year ago

Implemented unit tests for the database.ts helper which provides functionality to query and manipulate the Firestore DB.

fix #305

Note: CI Failure is due to the Firestore security rules. Automated tests will run successfully with the rules included in https://github.com/quadratic-funding/mpc-phase2-suite/pull/300

0xjei commented 1 year ago

Implemented unit tests for the query.ts helper which provides functionality to query and manipulate the Firestore DB.

fix #305

Note: CI Failure is due to the Firestore security rules. Automated tests will run successfully with the rules included in #300

Let's merge #300 before and then run CI.