webdevatlanta / GroupCollaborationTool

Tool to allow developers to collaborate on open source and private projects
https://groupcollaborationtool.web.app
1 stars 21 forks source link

Unit test firebase functions #115

Closed abrie closed 4 years ago

abrie commented 4 years ago

Refactored the Firebase class to be better suited for unit tests. Added tests for project, follower, message, and profile functionalities. The new tests validate the core backend logic using a local Firebase test server. See the updated README for how to instantiate the local Firebase server.