From 1a9a60e010b33aa2906af294a976afa750599615 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 9 Nov 2014 18:37:57 +1100 Subject: [PATCH] fix polyfill require path --- test/transformation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/transformation.js b/test/transformation.js index bf30fa373b..25edc13872 100644 --- a/test/transformation.js +++ b/test/transformation.js @@ -26,7 +26,7 @@ var run = function (task) { result = transform(execCode, getOpts(exec.filename)); execCode = result.code; - require("../polyfill"); + require("../lib/6to5/polyfill"); try { var fn = new Function("assert", execCode);