summaryrefslogtreecommitdiff
path: root/tests/specs/run/_003_relative_import/print_hello.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/run/_003_relative_import/print_hello.ts')
-rw-r--r--tests/specs/run/_003_relative_import/print_hello.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/run/_003_relative_import/print_hello.ts b/tests/specs/run/_003_relative_import/print_hello.ts
new file mode 100644
index 000000000..b9c0ad527
--- /dev/null
+++ b/tests/specs/run/_003_relative_import/print_hello.ts
@@ -0,0 +1,3 @@
+export function printHello() {
+ console.log("Hello");
+}