summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/error_for_await.ts
diff options
context:
space:
mode:
authorNayeem Rahman <nayeemrmn99@gmail.com>2022-06-15 17:26:43 +0100
committerGitHub <noreply@github.com>2022-06-15 12:26:43 -0400
commit845d4754c6fb959d1404f5de4bba9e71667b8c89 (patch)
tree88e0ca591f1d055d274731d84e2dfe5bdf69b7d5 /cli/tests/testdata/error_for_await.ts
parent0b90e966c5e22b95c283a10407234cad37b8f19b (diff)
fix(check): use "moduleDetection": "force" (#14875)
Diffstat (limited to 'cli/tests/testdata/error_for_await.ts')
-rw-r--r--cli/tests/testdata/error_for_await.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/testdata/error_for_await.ts b/cli/tests/testdata/error_for_await.ts
index 6e8c5203f..64c81abe4 100644
--- a/cli/tests/testdata/error_for_await.ts
+++ b/cli/tests/testdata/error_for_await.ts
@@ -10,5 +10,3 @@ function handleConn(conn: Deno.Conn) {
event.respondWith(new Response("html", { status: 200 }));
}
}
-
-export {};