diff options
author | 2021-09-17 15:15:43 -0700 | |
---|---|---|
committer | 2021-09-17 15:15:43 -0700 | |
commit | 468c4753591f231510b076976269dcae3d6bf13c (patch) | |
tree | 638956a2155260522ce3e15d8c934ddc175060f5 /integration/snapshots-no-hmr/tsx-fallback-rewrite-works.js | |
parent | 8902a19bb42d766075b0aa9628fe6bb70b3804f1 (diff) | |
download | bun-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.js | 3 |
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); +} |