From 57c52a83a07c9347eb4ca0504bdb6d4c2627bb22 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Thu, 26 Jul 2018 14:12:38 -0400 Subject: Add tests/003_relative_import.ts --- tests/subdir/print_hello.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/subdir/print_hello.ts (limited to 'tests/subdir') diff --git a/tests/subdir/print_hello.ts b/tests/subdir/print_hello.ts new file mode 100644 index 000000000..7ecce5040 --- /dev/null +++ b/tests/subdir/print_hello.ts @@ -0,0 +1,3 @@ +export function printHello(): void { + console.log("Hello"); +} -- cgit v1.2.3