You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: add testing capabilities for Firebase functions (#454)
* feat: add testing capabilities for Firebase functions
- Updated package.json to include vitest and supertest for testing.
- Created a GitHub Actions workflow for running tests on push and pull request events.
- Added a sample test for the helloWorld function to verify it returns a 200 status code and the expected response.
* feat: add Firebase Functions testing workflow with Node.js support
0 commit comments