rename bin tests to reflect new babel name

This commit is contained in:
Sebastian McKenzie
2015-02-16 01:08:26 +11:00
parent f2300a5463
commit 05be131647
74 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
var bar = () => console.log("bar");
bar();

View File

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