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 f799a4b commit 04fb926Copy full SHA for 04fb926
test/integration/node-specific/examples/transactions.test.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-const { MongoClient } = require('../../../../src');
+const { MongoClient } = require('../../../mongodb');
4
5
// Yes, we are shadowing a global here but we are not actually ever printing anything in this file
6
// This just so the examples can use console.log to make for nice copy pasting
test/integration/node-specific/examples/versioned_api.js
@@ -1,5 +1,5 @@
-const { MongoClient } = require('mongodb');
describe('examples.versionedApi:', function () {
let uri;
0 commit comments