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 87deb16 commit f89e9c4Copy full SHA for f89e9c4
test/unit/utils-tests.js
@@ -1,5 +1,5 @@
1
require(__dirname + '/test-helper');
2
-var Pool = require("utils").Pool;
+var Pool = require(__dirname + "/../../lib/utils").Pool;
3
4
//this tests the monkey patching
5
//to ensure comptability with older
0 commit comments