summaryrefslogtreecommitdiff
path: root/tests/integration/mod.rs
diff options
context:
space:
mode:
authorSatya Rohith <me@satyarohith.com>2024-05-17 11:08:50 +0530
committerGitHub <noreply@github.com>2024-05-17 05:38:50 +0000
commit20cb0e8863beb0d709adc2f41905ce3f1f465447 (patch)
tree4a07e3bf67905e14513d8372db84169d493dfc8f /tests/integration/mod.rs
parent2b560be83f621af5cab1ff09fa0e76c826e6870a (diff)
feat(serve): support `--port 0` to use an open port (#23846)
Closes https://github.com/denoland/deno/issues/23845
Diffstat (limited to 'tests/integration/mod.rs')
-rw-r--r--tests/integration/mod.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/mod.rs b/tests/integration/mod.rs
index 59bf0db37..d35fabc02 100644
--- a/tests/integration/mod.rs
+++ b/tests/integration/mod.rs
@@ -60,6 +60,8 @@ mod publish;
mod repl;
#[path = "run_tests.rs"]
mod run;
+#[path = "serve_tests.rs"]
+mod serve;
#[path = "shared_library_tests.rs"]
mod shared_library_tests;
#[path = "task_tests.rs"]