From 618c2687884671245f37fb20a20e9d947b018477 Mon Sep 17 00:00:00 2001 From: Brian Carlson Date: Mon, 13 Dec 2010 17:21:09 -0600 Subject: [PATCH] pass sink up the chain --- test/integration/test-helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/test-helper.js b/test/integration/test-helper.js index 89e1ab43..756bae47 100644 --- a/test/integration/test-helper.js +++ b/test/integration/test-helper.js @@ -1,3 +1,3 @@ var helper = require(__dirname + '/../test-helper'); //export parent helper stuffs -module.exports = { args: helper.args }; +module.exports = helper;