mirror of
https://github.com/brianc/node-postgres.git
synced 2025-12-08 20:16:25 +00:00
9 lines
197 B
JavaScript
9 lines
197 B
JavaScript
var helper = require(__dirname + '/../test-helper');
|
|
|
|
if(helper.args.native) {
|
|
Client = require(__dirname + '/../../lib/native').Client;
|
|
}
|
|
//export parent helper stuffs
|
|
module.exports = helper;
|
|
|