diff options
Diffstat (limited to 'integration/snapshots/tsx-fallback-rewrite-works.debug.js')
-rw-r--r-- | integration/snapshots/tsx-fallback-rewrite-works.debug.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/integration/snapshots/tsx-fallback-rewrite-works.debug.js b/integration/snapshots/tsx-fallback-rewrite-works.debug.js new file mode 100644 index 000000000..a4e489f28 --- /dev/null +++ b/integration/snapshots/tsx-fallback-rewrite-works.debug.js @@ -0,0 +1,3 @@ +export function test() { + return testDone(import.meta.url); +} |