Skip to content

Commit 7233dbe

Browse files
committed
add test location info
1 parent 4c3cb49 commit 7233dbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/tools/api.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ const asyncApi = [
114114
{ className: 'MongoClient', method: 'connect', returnType: 'Promise<this>' },
115115
// Manually test the static version of connect
116116
// 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
117119
// { className: 'MongoClient', method: 'static connect', returnType: 'Promise<this>' },
118120
];
119121

0 commit comments

Comments
 (0)