mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-31 11:07:32 +08:00
Add test for aggregate.count()
This commit is contained in:
@@ -1200,6 +1200,7 @@ aggregate.allowDiskUse(true).allowDiskUse(false, []);
|
||||
aggregate.append({ $project: { field: 1 }}, { $limit: 2 });
|
||||
aggregate.append([{ $match: { daw: 'Logic Audio X' }} ]);
|
||||
aggregate.collation({ locale: 'en_US', strength: 1 });
|
||||
aggregate.count('countName');
|
||||
aggregate.cursor({ batchSize: 1000 }).exec().each(cb);
|
||||
aggregate.exec().then(cb).catch(cb);
|
||||
aggregate.option({foo: 'bar'}).exec();
|
||||
|
||||
Reference in New Issue
Block a user