Skip to content

Commit 618c268

Browse files
committed
pass sink up the chain
1 parent 70f8b99 commit 618c268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/test-helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
var helper = require(__dirname + '/../test-helper');
22
//export parent helper stuffs
3-
module.exports = { args: helper.args };
3+
module.exports = helper;

0 commit comments

Comments
 (0)