summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/jsr/module_graph/main.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/jsr/module_graph/main.ts')
-rw-r--r--cli/tests/testdata/jsr/module_graph/main.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/jsr/module_graph/main.ts b/cli/tests/testdata/jsr/module_graph/main.ts
deleted file mode 100644
index c92823cc2..000000000
--- a/cli/tests/testdata/jsr/module_graph/main.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-import { Test } from "jsr:@denotest/module_graph";
-
-console.log(new Test());