summaryrefslogtreecommitdiff
path: root/tests/testdata/run/workspaces/basic/deno.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/run/workspaces/basic/deno.json')
-rw-r--r--tests/testdata/run/workspaces/basic/deno.json9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/testdata/run/workspaces/basic/deno.json b/tests/testdata/run/workspaces/basic/deno.json
deleted file mode 100644
index b971c4f3d..000000000
--- a/tests/testdata/run/workspaces/basic/deno.json
+++ /dev/null
@@ -1,9 +0,0 @@
-{
- "workspaces": [
- "foo",
- "bar"
- ],
- "imports": {
- "chalk": "npm:chalk"
- }
-}