From 39ea4abff4bfa09c4e98e00ad0d4e0e7b78f1187 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 17 Jan 2022 20:10:17 -0500 Subject: feat: auto-discover config file (#13313) --- cli/tests/testdata/malformed_config/deno.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 cli/tests/testdata/malformed_config/deno.json (limited to 'cli/tests/testdata/malformed_config') diff --git a/cli/tests/testdata/malformed_config/deno.json b/cli/tests/testdata/malformed_config/deno.json new file mode 100644 index 000000000..60df56527 --- /dev/null +++ b/cli/tests/testdata/malformed_config/deno.json @@ -0,0 +1 @@ +not a json file -- cgit v1.2.3