diff options
Diffstat (limited to 'cli/tests/087_hello.ts')
-rw-r--r-- | cli/tests/087_hello.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cli/tests/087_hello.ts b/cli/tests/087_hello.ts new file mode 100644 index 000000000..1a9d8f114 --- /dev/null +++ b/cli/tests/087_hello.ts @@ -0,0 +1,2 @@ +export type SomeType = unknown; +console.log("Hello, world!"); |