From eea6000ef6e30e6684995619e630d3beb7d7484b Mon Sep 17 00:00:00 2001 From: Andreu Botella Date: Sat, 10 Jul 2021 23:32:10 +0200 Subject: fix: align DedicatedWorkerGlobalScope event handlers to spec (#11353) --- cli/tests/integration/run_tests.rs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cli/tests/integration/run_tests.rs') diff --git a/cli/tests/integration/run_tests.rs b/cli/tests/integration/run_tests.rs index d2997d747..2e2b0400c 100644 --- a/cli/tests/integration/run_tests.rs +++ b/cli/tests/integration/run_tests.rs @@ -1155,6 +1155,11 @@ itest!(error_import_map_unable_to_load { exit_code: 1, }); +itest!(worker_event_handler_test { + args: "run --quiet --reload --allow-read worker_event_handler_test.js", + output: "worker_event_handler_test.js.out", +}); + #[test] fn no_validate_asm() { let output = util::deno_cmd() -- cgit v1.2.3