firestore-jest-mock
Advanced tools
Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "firestore-jest-mock", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "Jest helper for mocking Google Cloud Firestore", | ||
@@ -30,2 +30,6 @@ "author": "", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Upstatement/firestore-jest-mock.git" | ||
}, | ||
"devDependencies": { | ||
@@ -32,0 +36,0 @@ "@babel/core": "^7.5.5", |
@@ -24,2 +24,3 @@ # Mock Firestore | ||
- [`mockFirebase`](#mockfirebase) | ||
- [Subcollections](#subcollections) | ||
- [What would you want to test?](#what-would-you-want-to-test) | ||
@@ -30,3 +31,6 @@ - [Don't forget to reset your mocks](#dont-forget-to-reset-your-mocks) | ||
- [Firestore](#firestore) | ||
- [Firestore.Query](#firestorequery) | ||
- [Firestore.FieldValue](#firestorefieldvalue) | ||
- [Firestore.Timestamp](#firestoretimestamp) | ||
- [Firestore.Transaction](#firestoretransaction) | ||
- [Auth](#auth) | ||
@@ -194,2 +198,3 @@ - [Contributing](#contributing) | ||
name: 'Homer Simpson', | ||
state: 'connecticut', | ||
}, | ||
@@ -199,13 +204,4 @@ { | ||
name: 'Lisa Simpson', | ||
state: 'alabama', | ||
}, | ||
{ | ||
id: 'abc789', | ||
name: 'Dwight Schrute', | ||
_collections: { | ||
employment: [ | ||
{ id: '123abc', employer: 'Dunder Mifflin' }, | ||
{ id: '123def', employer: 'Schrute Farms' }, | ||
], | ||
}, | ||
}, | ||
], | ||
@@ -212,0 +208,0 @@ }, |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
114759
1
344