Skip to content

Commit

Permalink
Add a test for swc-project#1933
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Aug 4, 2021
1 parent 82da440 commit 1149269
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* @jsxImportSource react */
const p = () => (
<div>Hello World</div>
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"runtime": "classic"
}

0 comments on commit 1149269

Please sign in to comment.