Closed FrozenKiwi closed 4 years ago
Fill implementation of timestamp fn's allow us to use the mock throughout our pipeline.
The following code would throw:
const db = ... (fake or real firestore ts = db.Timestamp.now();
Unit tests included
Actually, I just saw the @AverageHelper implemented these functions as well in his PR. Feel free to nix this one.
Description
Fill implementation of timestamp fn's allow us to use the mock throughout our pipeline.
Related issues
The following code would throw:
How to test
Unit tests included