aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots-no-hmr/tsx-fallback-rewrite-works.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-17 15:15:43 -0700
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2021-09-17 15:15:43 -0700
commit468c4753591f231510b076976269dcae3d6bf13c (patch)
tree638956a2155260522ce3e15d8c934ddc175060f5 /integration/snapshots-no-hmr/tsx-fallback-rewrite-works.js
parent8902a19bb42d766075b0aa9628fe6bb70b3804f1 (diff)
downloadbun-468c4753591f231510b076976269dcae3d6bf13c.tar.gz
bun-468c4753591f231510b076976269dcae3d6bf13c.tar.zst
bun-468c4753591f231510b076976269dcae3d6bf13c.zip
Add test for tsx/ts fallback imports
Diffstat (limited to '')
-rw-r--r--integration/snapshots-no-hmr/tsx-fallback-rewrite-works.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/integration/snapshots-no-hmr/tsx-fallback-rewrite-works.js b/integration/snapshots-no-hmr/tsx-fallback-rewrite-works.js
new file mode 100644
index 000000000..a4e489f28
--- /dev/null
+++ b/integration/snapshots-no-hmr/tsx-fallback-rewrite-works.js
@@ -0,0 +1,3 @@
+export function test() {
+ return testDone(import.meta.url);
+}