We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3cb49 commit 7233dbeCopy full SHA for 7233dbe
test/tools/api.js
@@ -114,6 +114,8 @@ const asyncApi = [
114
{ className: 'MongoClient', method: 'connect', returnType: 'Promise<this>' },
115
// Manually test the static version of connect
116
// This is listed here as a reference for completeness, but it is tested manually
117
+ // it is checked to exist in index.test.js
118
+ // its functionally tested in maybe_callback.test.js
119
// { className: 'MongoClient', method: 'static connect', returnType: 'Promise<this>' },
120
];
121
0 commit comments