summaryrefslogtreecommitdiff
path: root/tests/specs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-08-14 12:04:07 +0100
committerGitHub <noreply@github.com>2024-08-14 13:04:07 +0200
commitb325bf0a35baea1275f3be89506e34040bf35b21 (patch)
tree70708a25471f18b9ce0c2d83d76ca1b1d0fd60e4 /tests/specs
parent2f82873a88cbaea4ebe8e39b5aa7b57ed867512e (diff)
feat(clean): add progress bar (#25026)
Closes https://github.com/denoland/deno/issues/25020
Diffstat (limited to 'tests/specs')
-rw-r--r--tests/specs/clean/general/__test__.jsonc2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/clean/general/__test__.jsonc b/tests/specs/clean/general/__test__.jsonc
index f425a20c1..cdc0d0b44 100644
--- a/tests/specs/clean/general/__test__.jsonc
+++ b/tests/specs/clean/general/__test__.jsonc
@@ -15,7 +15,7 @@
"output": "true\n"
}, {
"args": "clean",
- "output": "Removed [WILDLINE]/deno_dir\n"
+ "output": "Removed [WILDLINE]/deno_dir ([WILDCARD]files, [WILDCARD])\n"
}, {
"envs": {
// use a new dir to avoid creating the old one