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' });