summaryrefslogtreecommitdiff
path: root/cli/tests/integration/run_tests.rs
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/integration/run_tests.rs')
-rw-r--r--cli/tests/integration/run_tests.rs5
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()