From ed680552a24b7d4b936b7c16a63b46e0f24c0e60 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 5 Feb 2020 17:16:07 -0500 Subject: fix: basic web worker message passing (#3893) Removes OP_HOST_GET_WORKER_LOADED, OP_HOST_POLL_WORKER, OP_HOST_RESUME_WORKER and ready/messageBuffer in cli/js/workers.ts. --- cli/tests/integration_tests.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index 08fccd735..9555f93c0 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -401,6 +401,11 @@ itest!(_026_workers { }); */ +itest!(workers_basic { + args: "run --reload workers_basic.ts", + output: "workers_basic.out", +}); + itest!(_027_redirect_typescript { args: "run --reload 027_redirect_typescript.ts", output: "027_redirect_typescript.ts.out", -- cgit v1.2.3