diff options
Diffstat (limited to 'tests/testdata/run/workspaces/basic/bar/some_mod/hello.ts')
-rw-r--r-- | tests/testdata/run/workspaces/basic/bar/some_mod/hello.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testdata/run/workspaces/basic/bar/some_mod/hello.ts b/tests/testdata/run/workspaces/basic/bar/some_mod/hello.ts new file mode 100644 index 000000000..1013de8d2 --- /dev/null +++ b/tests/testdata/run/workspaces/basic/bar/some_mod/hello.ts @@ -0,0 +1 @@ +export const hello = "hello from bar"; |