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 2b49d3e commit 68a26b6Copy full SHA for 68a26b6
test/integration/crud/find.test.js
@@ -6,6 +6,7 @@ const { setTimeout } = require('timers');
6
const { Code, ObjectId, Long, Binary, ReturnDocument, CursorResponse } = require('../../mongodb');
7
8
describe('Find', function () {
9
+ /** @type(import('../../mongodb').MongoClient */
10
let client;
11
12
beforeEach(async function () {
0 commit comments