From 15a763152f9d392cb80692262f8de5ef8ae15495 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 11 Aug 2021 10:20:47 -0400 Subject: chore: move test files to testdata directory (#11601) --- cli/tests/module_graph/file_tests-checkwithconfig.ts | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 cli/tests/module_graph/file_tests-checkwithconfig.ts (limited to 'cli/tests/module_graph/file_tests-checkwithconfig.ts') diff --git a/cli/tests/module_graph/file_tests-checkwithconfig.ts b/cli/tests/module_graph/file_tests-checkwithconfig.ts deleted file mode 100644 index e7af5fa19..000000000 --- a/cli/tests/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}!` }); -}; -- cgit v1.2.3