Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit d3658ae

Browse files
committed
test(node): use the node babel build
1 parent 85ffdbb commit d3658ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ test('systemjs-plugin-babel', function (t) {
1010
System.config({
1111
map: {
1212
'plugin-babel': './plugin-babel.js',
13-
'systemjs-babel-build': './systemjs-babel-browser.js'
13+
'systemjs-babel-build': './systemjs-babel-node.js'
1414
},
1515
transpiler: 'plugin-babel'
1616
});

0 commit comments

Comments
 (0)