summaryrefslogtreecommitdiff
path: root/tests/specs/run/cts/import_export_equals/mod.mts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/run/cts/import_export_equals/mod.mts')
-rw-r--r--tests/specs/run/cts/import_export_equals/mod.mts3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/run/cts/import_export_equals/mod.mts b/tests/specs/run/cts/import_export_equals/mod.mts
new file mode 100644
index 000000000..5fbbd6c6a
--- /dev/null
+++ b/tests/specs/run/cts/import_export_equals/mod.mts
@@ -0,0 +1,3 @@
+import add from "./add.cts";
+
+console.log(add(1, "test"));