From 6d0c658023cb502209ff0f952a4a607b9f72752a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 5 Jul 2023 01:04:26 +0200 Subject: fix: move `Deno.serve` to stable namespace (#19718) This was missed in #19141 --- cli/tests/integration/watcher_tests.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'cli/tests') 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") -- cgit v1.2.3