Skip to content

Commit

Permalink
Exposed DataSnapshot so it can be used
Browse files Browse the repository at this point in the history
  • Loading branch information
rhodgkins committed Oct 15, 2018
1 parent 8fe31b9 commit 02bbd3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ exports.MockFirestore = require('./firestore');
exports.MockStorage = require('./storage');
exports.MockMessaging = require('./messaging');
exports.DeltaDocumentSnapshot = MockFirestoreDeltaDocumentSnapshot.create;
exports.DataSnapshot = require('./snaphot');

0 comments on commit 02bbd3f

Please sign in to comment.