diff --git a/test/_helper.js b/test/_helper.js index 72f38142e6..405791119d 100644 --- a/test/_helper.js +++ b/test/_helper.js @@ -60,6 +60,7 @@ exports.get = function (entryName) { disabled: taskName[0] === ".", options: taskOpts, exec: { + loc: execLoc, code: readFile(execLoc), filename: execLocAlias, },