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 aec8961 commit f799a4bCopy full SHA for f799a4b
test/integration/node-specific/examples/transactions.test.js
@@ -1,6 +1,6 @@
1
'use strict';
2
3
-const { MongoClient } = require('mongodb');
+const { MongoClient } = require('../../../../src');
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
0 commit comments