summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/import_attributes/static_export.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/import_attributes/static_export.ts')
-rw-r--r--cli/tests/testdata/import_attributes/static_export.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/tests/testdata/import_attributes/static_export.ts b/cli/tests/testdata/import_attributes/static_export.ts
new file mode 100644
index 000000000..ac3ee694f
--- /dev/null
+++ b/cli/tests/testdata/import_attributes/static_export.ts
@@ -0,0 +1,3 @@
+import data from "./static_reexport.ts";
+
+console.log(data);