Add failing test for babel-runtime import issue.

This commit is contained in:
Logan Smyth
2017-09-20 09:50:30 -07:00
parent a1c268667a
commit 84184e2ddd
2 changed files with 21 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
import foo from "bar";
foo;
export * from "mod";