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;