@@ -40,6 +40,7 @@ const asyncApi = [
4040 { className : 'AggregationCursor' , method : 'explain' , returnType : 'Promise<Document>' } ,
4141
4242 // Super class of Unordered/Ordered Bulk operations
43+ // This is listed here as a reference for completeness, but it is tested manually
4344 // { className: 'BulkOperationBase', method: 'execute', returnType: 'Promise<BulkWriteResult>' },
4445 { className : 'OrderedBulkOperation' , method : 'execute' , returnType : 'Promise<BulkWriteResult>' } ,
4546 { className : 'UnorderedBulkOperation' , method : 'execute' , returnType : 'Promise<BulkWriteResult>' } ,
@@ -112,6 +113,7 @@ const asyncApi = [
112113 { className : 'MongoClient' , method : 'close' , returnType : 'Promise<void>' } ,
113114 { className : 'MongoClient' , method : 'connect' , returnType : 'Promise<this>' } ,
114115 // Manually test the static version of connect
116+ // This is listed here as a reference for completeness, but it is tested manually
115117 // { className: 'MongoClient', method: 'static connect', returnType: 'Promise<this>' },
116118] ;
117119
0 commit comments