summaryrefslogtreecommitdiff
path: root/tests/testdata/module_graph/https_deno.land-x-transpile.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/module_graph/https_deno.land-x-transpile.tsx')
-rw-r--r--tests/testdata/module_graph/https_deno.land-x-transpile.tsx5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/testdata/module_graph/https_deno.land-x-transpile.tsx b/tests/testdata/module_graph/https_deno.land-x-transpile.tsx
new file mode 100644
index 000000000..02955bad8
--- /dev/null
+++ b/tests/testdata/module_graph/https_deno.land-x-transpile.tsx
@@ -0,0 +1,5 @@
+export default class A {
+ render() {
+ return <div>Hello world!</div>;
+ }
+}