mirror of
https://github.com/brianc/node-postgres.git
synced 2026-01-18 15:55:05 +00:00
4 lines
123 B
JavaScript
4 lines
123 B
JavaScript
var helper = require(__dirname + '/../test-helper');
|
|
//export parent helper stuffs
|
|
module.exports = { args: helper.args };
|