diff options
author | Andreu Botella <abb@randomunok.com> | 2021-07-10 23:32:10 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-10 23:32:10 +0200 |
commit | eea6000ef6e30e6684995619e630d3beb7d7484b (patch) | |
tree | 8f61e5bcaca9afacf4b3471cbe3c2ef979cb5b39 /cli/tests/integration/run_tests.rs | |
parent | 67c9937e6658c2be9b54cd95132a1055756e433b (diff) |
fix: align DedicatedWorkerGlobalScope event handlers to spec (#11353)
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r-- | cli/tests/integration/run_tests.rs | 5 |
1 files changed, 5 insertions, 0 deletions
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() |