firebase-functions-jest
firebase-functions-jest copied to clipboard
Demonstrates how to write unit tests in Jest for Firebase Cloud Functions
Results
1
firebase-functions-jest issues
Sort by
recently updated
recently updated
newest added
https://github.com/jedfonner/firebase-functions-jest/blob/master/uppercase/functions/test/test.spec.js#L29 I don't have DeltaSnapshot available in `firebase-functions`, only DataSnapshot. Is that a typo or am I missing something?