diff options
Diffstat (limited to 'cli/tests/testdata/jsr/no_module_graph/main.ts')
-rw-r--r-- | cli/tests/testdata/jsr/no_module_graph/main.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cli/tests/testdata/jsr/no_module_graph/main.ts b/cli/tests/testdata/jsr/no_module_graph/main.ts deleted file mode 100644 index 6ea030c59..000000000 --- a/cli/tests/testdata/jsr/no_module_graph/main.ts +++ /dev/null @@ -1,4 +0,0 @@ -import version, { TestClass } from "jsr:@denotest/no_module_graph@0.1.0"; - -console.log(version); -console.log(new TestClass()); |