diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2020-03-11 21:54:53 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 21:54:53 +0100 |
commit | b8fa3fd5e7dd906e5616bf2ab8ad6df3f74f244d (patch) | |
tree | 85addd5ed0b097f481d1c953bd0225efe3b5af24 /cli/tests/workers_test.ts | |
parent | a28fa2415f8ae6bad63469a0c9e4dce3197970f9 (diff) |
move compiler API tests to integration tests (#4319)
Diffstat (limited to 'cli/tests/workers_test.ts')
-rw-r--r-- | cli/tests/workers_test.ts | 2 |
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(); |