From d3658ae43dcc0677cb5cee46759944bf1f941a7c Mon Sep 17 00:00:00 2001 From: Douglas Duteil Date: Mon, 30 May 2016 00:33:07 +0200 Subject: [PATCH] test(node): use the node babel build --- test/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/index.js b/test/index.js index 4bb7c2d..48f3c6f 100644 --- a/test/index.js +++ b/test/index.js @@ -10,7 +10,7 @@ test('systemjs-plugin-babel', function (t) { System.config({ map: { 'plugin-babel': './plugin-babel.js', - 'systemjs-babel-build': './systemjs-babel-browser.js' + 'systemjs-babel-build': './systemjs-babel-node.js' }, transpiler: 'plugin-babel' });