We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f8b99 commit 618c268Copy full SHA for 618c268
test/integration/test-helper.js
@@ -1,3 +1,3 @@
1
var helper = require(__dirname + '/../test-helper');
2
//export parent helper stuffs
3
-module.exports = { args: helper.args };
+module.exports = helper;
0 commit comments