pass sink up the chain

This commit is contained in:
Brian Carlson 2010-12-13 17:21:09 -06:00
parent 70f8b998d8
commit 618c268788

View File

@ -1,3 +1,3 @@
var helper = require(__dirname + '/../test-helper');
//export parent helper stuffs
module.exports = { args: helper.args };
module.exports = helper;