summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/workspaces/basic/bar/deno.json
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/run/workspaces/basic/bar/deno.json')
-rw-r--r--cli/tests/testdata/run/workspaces/basic/bar/deno.json8
1 files changed, 8 insertions, 0 deletions
diff --git a/cli/tests/testdata/run/workspaces/basic/bar/deno.json b/cli/tests/testdata/run/workspaces/basic/bar/deno.json
new file mode 100644
index 000000000..ef3bfc37a
--- /dev/null
+++ b/cli/tests/testdata/run/workspaces/basic/bar/deno.json
@@ -0,0 +1,8 @@
+{
+ "name": "asdfasdfasdf",
+ "version": "0.0.0",
+ "imports": {
+ "@/": "./",
+ "secret_mod/": "./some_mod/"
+ }
+}