summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/workspaces/basic/main.out
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/workspaces/basic/main.out')
-rw-r--r--cli/tests/testdata/run/workspaces/basic/main.out21
1 files changed, 0 insertions, 21 deletions
diff --git a/cli/tests/testdata/run/workspaces/basic/main.out b/cli/tests/testdata/run/workspaces/basic/main.out
deleted file mode 100644
index 77e0de4d1..000000000
--- a/cli/tests/testdata/run/workspaces/basic/main.out
+++ /dev/null
@@ -1,21 +0,0 @@
-[WILDCARD]Workspace config generated this import map {
- "imports": {
- "chalk": "npm:chalk"
- },
- "scopes": {
- "./foo/": {
- "~/": "./foo/",
- "foo/": "./foo/bar/"
- },
- "./bar/": {
- "@/": "./bar/",
- "secret_mod/": "./bar/some_mod/"
- }
- }
-}
-[WILDCARD]
-hello from foo
-buzz from foo
-hello from bar
-buzz from bar
-[Function: chalk][WILDCARD] \ No newline at end of file