summaryrefslogtreecommitdiff
path: root/tests/testdata/vendor/dynamic.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/vendor/dynamic.ts')
-rw-r--r--tests/testdata/vendor/dynamic.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/testdata/vendor/dynamic.ts b/tests/testdata/vendor/dynamic.ts
new file mode 100644
index 000000000..e2cbb0e59
--- /dev/null
+++ b/tests/testdata/vendor/dynamic.ts
@@ -0,0 +1,3 @@
+const { Logger } = await import("./logger.ts");
+
+export { Logger };