Unit Test Cloud Functions

November 18, 2020 ยท View on GitHub

This sample demonstrates how to write unit tests for Cloud Functions using the firebase-functions-test SDK and the Emulator Suite.

Setup

To install the dependencies for this sample run npm install inside the functions directory. You will also need the Firebase CLI.

Run

To run the tests:

firebase emulators:exec --project=fakeproject 'npm run test'