diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-07-05 01:04:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-04 23:04:26 +0000 |
commit | 6d0c658023cb502209ff0f952a4a607b9f72752a (patch) | |
tree | 2ea90bb37b7b6bd103150742e157afc1993c17f5 /cli/tests | |
parent | 686ec85f5220327933d1dfae0e73dabbfc33bc45 (diff) |
fix: move `Deno.serve` to stable namespace (#19718)
This was missed in #19141
Diffstat (limited to 'cli/tests')
-rw-r--r-- | cli/tests/integration/watcher_tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/integration/watcher_tests.rs b/cli/tests/integration/watcher_tests.rs index 289e645ee..1a5fb6203 100644 --- a/cli/tests/integration/watcher_tests.rs +++ b/cli/tests/integration/watcher_tests.rs @@ -1494,7 +1494,6 @@ async fn test_watch_serve() { .current_dir(util::testdata_path()) .arg("run") .arg("--watch") - .arg("--unstable") .arg("--allow-net") .arg("-L") .arg("debug") |