pass args to client tests
This commit is contained in:
parent
1226ee2012
commit
f38f5d6cf6
@ -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
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user