fix 6to5-node test collisions

This commit is contained in:
Sebastian McKenzie 2015-02-13 20:48:52 +11:00
parent 3d874f2479
commit e841b88cbc
3 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
var foo = () => console.log("foo"); var foo = () => console.log("foo");
foo(); foo();
import "./bar"; import "./bar2";

View File

@ -1,3 +1,3 @@
{ {
"args": ["foo"] "args": ["foo2"]
} }