From 105e6ac379151d58fc18871d048af497f8c7fc2e Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 16 Nov 2014 19:18:30 +1100 Subject: [PATCH] add filenameRelative to tests --- test/_helper.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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";