diff --git a/test/_helper.js b/test/_helper.js index 405791119d..a988f30d73 100644 --- a/test/_helper.js +++ b/test/_helper.js @@ -48,8 +48,9 @@ exports.get = function (entryName) { var execLoc = taskDir + "/exec.js"; var taskOpts = _.merge({ - sourceFileName: actualLocAlias, - sourceMapName: expectLocAlias + filenameRelative: expectLocAlias, + sourceFileName: actualLocAlias, + sourceMapName: expectLocAlias }, _.cloneDeep(suite.options)); var taskOptsLoc = taskDir + "/options.json";