We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94f6705 commit a69928eCopy full SHA for a69928e
test/integration/test-helper.js
@@ -1,7 +1,9 @@
1
var helper = require(__dirname + '/../test-helper');
2
3
+//TODO would this be better served set at ../test-helper?
4
if(helper.args.native) {
5
Client = require(__dirname + '/../../lib/native').Client;
6
+ helper.pg = helper.pg.native;
7
}
8
//export parent helper stuffs
9
module.exports = helper;
0 commit comments