Skip to content

Commit f89e9c4

Browse files
committed
made require statement work with older versions of node
1 parent 87deb16 commit f89e9c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/utils-tests.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
require(__dirname + '/test-helper');
2-
var Pool = require("utils").Pool;
2+
var Pool = require(__dirname + "/../../lib/utils").Pool;
33

44
//this tests the monkey patching
55
//to ensure comptability with older

0 commit comments

Comments
 (0)