summaryrefslogtreecommitdiff
path: root/tests/integration
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-10-01 14:05:21 +0100
committerGitHub <noreply@github.com>2024-10-01 15:05:21 +0200
commitc487a86b04dc1b638d204fa4f528fb0b832859ba (patch)
treef4b06fdc631fae3adae13d4ed86f4f7da0250696 /tests/integration
parentaafe771b55f769d32145489c57fa33eb823716cb (diff)
fix: Hide 'deno cache' from help output (#25960)
`deno cache` was soft-deprecated in favor of `deno install`. It should not show up in the help output.
Diffstat (limited to 'tests/integration')
-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 160de3ec1..455507b9f 100644
--- a/tests/integration/flags_tests.rs
+++ b/tests/integration/flags_tests.rs
@@ -21,7 +21,6 @@ fn help_output() {
"Install script as an executable",
"Uninstall a script previously installed with deno install",
"Run benchmarks",
- "Cache the dependencies",
"Type-check the dependencies",
"Compile the script into a self contained executable",
"Print coverage reports",