UNPKG

firestore-mock

Version:

Firestore intsance mock for the Firebase Admin SDK

7 lines (5 loc) 114 B
// a holder of all the info function DatabaseMock() { this._collections = {}; } module.exports = DatabaseMock;