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