From b8fa3fd5e7dd906e5616bf2ab8ad6df3f74f244d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 11 Mar 2020 21:54:53 +0100 Subject: move compiler API tests to integration tests (#4319) --- cli/tests/workers_test.ts | 2 -- 1 file changed, 2 deletions(-) (limited to 'cli/tests/workers_test.ts') 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 { await promise; }); - -await Deno.runTests(); -- cgit v1.2.3