Skip to content

Commit 2699599

Browse files
committed
execute snippet
1 parent 0adab97 commit 2699599

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

firestore/main/index.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,4 +1145,12 @@ describe('Firestore Smoketests', () => {
11451145
it('should find all museums when querying a collection group', () => {
11461146
return collectionGroupQuery(db);
11471147
});
1148+
1149+
it('should count the number of documents in a collection', () => {
1150+
return countAggregateCollection(db);
1151+
});
1152+
1153+
it('should count the number of documents in a filtered query', () => {
1154+
return countAggregateQuery(db);
1155+
});
11481156
});

0 commit comments

Comments
 (0)