summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/module_graph/file_tests-checkwithconfig.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/module_graph/file_tests-checkwithconfig.ts')
-rw-r--r--cli/tests/testdata/module_graph/file_tests-checkwithconfig.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/tests/testdata/module_graph/file_tests-checkwithconfig.ts b/cli/tests/testdata/module_graph/file_tests-checkwithconfig.ts
deleted file mode 100644
index e7af5fa19..000000000
--- a/cli/tests/testdata/module_graph/file_tests-checkwithconfig.ts
+++ /dev/null
@@ -1,5 +0,0 @@
-import { ServerRequest } from "https://deno.land/std/http/server.ts";
-
-export default (req: ServerRequest) => {
- req.respond({ body: `Hello, from Deno v${Deno.version.deno}!` });
-};