Skip to content

Commit

Permalink
Fixtures for JSX/ES7
Browse files Browse the repository at this point in the history
Refs #215
  • Loading branch information
mrjoelkemp committed Jun 19, 2016
1 parent 8435e37 commit 0356667
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/javascript/es6/es7.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import foo from './foo';

export default async function foo() {};
2 changes: 2 additions & 0 deletions tests/javascript/es6/jsx.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
import foo from './foo';
export default <jsx />;

0 comments on commit 0356667

Please sign in to comment.