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