We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63b060f commit e20ed6bCopy full SHA for e20ed6b
tests/firestore/utils.spec.ts
@@ -18,6 +18,7 @@ describe('Firestore utils', () => {
18
19
beforeEach(async () => {
20
await setDoc(docRef, {
21
+ // TODO: ref of collection
22
// collection,
23
data: {},
24
index: 0,
0 commit comments