summaryrefslogtreecommitdiff
path: root/cli/tests/workers_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/workers_test.ts')
-rw-r--r--cli/tests/workers_test.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/cli/tests/workers_test.ts b/cli/tests/workers_test.ts
index 44e7a1776..370b3cd1a 100644
--- a/cli/tests/workers_test.ts
+++ b/cli/tests/workers_test.ts
@@ -111,5 +111,3 @@ Deno.test(async function workerCanUseFetch(): Promise<void> {
await promise;
});
-
-await Deno.runTests();