pass args to client tests

This commit is contained in:
brianc 2011-03-05 11:32:18 -06:00
parent 1226ee2012
commit f38f5d6cf6

View File

@ -16,5 +16,6 @@ module.exports = {
}, },
connectionString: helper.connectionString, connectionString: helper.connectionString,
Sink: helper.Sink, Sink: helper.Sink,
pg: helper.pg pg: helper.pg,
args: helper.args
}; };