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(firebase unit): implemented unit tests for the bespoke functions related to Firebase Auth #295

Closed ctrlc03 closed 1 year ago

ctrlc03 commented 1 year ago

Implemented unit tests for functions related to Firebase such as the ones that initialize a new app, retrieve the Cloud Functions and the Firestore database.

Update due to new project structure and naming: tests are now divided into services.test.ts and authentication.test.ts instead of firebase.test.ts

Test coverage: 100%