sbatson5 / firestore-jest-mock

Jest Helper library for mocking Cloud Firestore
https://www.npmjs.com/package/firestore-jest-mock
177 stars 58 forks source link

fix: export mockGoogleCloudFirestore on type def #104

Closed dmiranda2791 closed 3 years ago

dmiranda2791 commented 3 years ago

Description

Installed this library on a TypeScript project today and when importing mockGoogleCloudFirestore I got a TS error explaining that the module does not have an exported member with that name. This PR adds it to the index.d.ts file.