diff --git a/test/_transformation-helper.js b/test/_transformation-helper.js index 882d0e85c1..7a1bd97fdf 100644 --- a/test/_transformation-helper.js +++ b/test/_transformation-helper.js @@ -100,7 +100,7 @@ var run = function (task, done) { module.exports = function (suiteOpts, taskOpts, dynamicOpts) { taskOpts = taskOpts || {}; - require("6to5/register")(taskOpts); + require("../register")(taskOpts); _.each(helper.get(suiteOpts.name, suiteOpts.loc), function (testSuite) { if (_.contains(suiteOpts.ignoreSuites, testSuite.title)) return;