Skip to content

Commit a69928e

Browse files
committed
make tests for native always test native
1 parent 94f6705 commit a69928e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/integration/test-helper.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
var helper = require(__dirname + '/../test-helper');
22

3+
//TODO would this be better served set at ../test-helper?
34
if(helper.args.native) {
45
Client = require(__dirname + '/../../lib/native').Client;
6+
helper.pg = helper.pg.native;
57
}
68
//export parent helper stuffs
79
module.exports = helper;

0 commit comments

Comments
 (0)