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 a5cb6c5 commit 1651321Copy full SHA for 1651321
test/integration/promise-wrappers/test-promise-wrappers.js
@@ -13,7 +13,7 @@ var createConnection = require('../../../promise.js').createConnection;
13
var createPool = require('../../../promise.js').createPool;
14
15
// it's lazy exported from main index.js as well. Test that it's same function
16
-var mainExport = require('../../index.js').createConnectionPromise;
+var mainExport = require('../../../index.js').createConnectionPromise;
17
assert.equal(mainExport, createConnection);
18
19
var doneCalled = false;
0 commit comments