summaryrefslogtreecommitdiff
path: root/tests/integration/flags_tests.rs
diff options
context:
space:
mode:
authorAsher Gomez <ashersaupingomez@gmail.com>2024-07-10 11:18:10 +1000
committerGitHub <noreply@github.com>2024-07-10 03:18:10 +0200
commiteb46296e974c686896486350bb00bf428a84e9fd (patch)
tree33427c6f8560459218ed5dff3834f6ccc6cb05ca /tests/integration/flags_tests.rs
parentff5163af05d95409cbb3d1a13f49a43fefd4849a (diff)
feat: deprecate `deno vendor` (#22183)
This commit deprecates `deno vendor` subcommand in favor of using `--vendor` flag or `"vendor": true` setting in the config file. The subcommand is still available (until Deno 2) but is hidden from the help output. Closes #20584 --------- Co-authored-by: Bartek IwaƄczuk <biwanczuk@gmail.com>
Diffstat (limited to 'tests/integration/flags_tests.rs')
-rw-r--r--tests/integration/flags_tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/flags_tests.rs b/tests/integration/flags_tests.rs
index 751f4aafe..9a4d44d50 100644
--- a/tests/integration/flags_tests.rs
+++ b/tests/integration/flags_tests.rs
@@ -35,7 +35,6 @@ fn help_output() {
"Print runtime TypeScript declarations",
#[cfg(feature = "upgrade")]
"Upgrade deno executable to given version",
- "Vendor remote modules into a local directory",
"Print this message or the help of the given subcommand(s)",
];