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