aboutsummaryrefslogtreecommitdiff
path: root/integration/snippets/ts-fallback-rewrite-works.ts
diff options
context:
space:
mode:
Diffstat (limited to 'integration/snippets/ts-fallback-rewrite-works.ts')
-rw-r--r--integration/snippets/ts-fallback-rewrite-works.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/integration/snippets/ts-fallback-rewrite-works.ts b/integration/snippets/ts-fallback-rewrite-works.ts
deleted file mode 100644
index 8e6dabcdb..000000000
--- a/integration/snippets/ts-fallback-rewrite-works.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-// This looks like it does nothing
-// But if you import /ts-fallback-rewrite-works.js, it should resolve the import to /ts-fallback-rewrite-works.ts
-export function test() {
- return testDone(import.meta.url);
-}