Skip to content

Commit 261787e

Browse files
committed
test(snap): drop leading whitespace on pnpm10 Packages line
pnpm v10 changed the formatting of the `Packages: +<n>` summary line (no longer indented). Update the captured snaps for `command-list-pnpm10-with-workspace` and `command-outdated-pnpm10` to match. Verified locally that subsequent runs produce no diff.
1 parent 460d112 commit 261787e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • packages/cli/snap-tests-global

packages/cli/snap-tests-global/command-list-pnpm10-with-workspace/snap.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
> vp install # should install packages first
22
Scope: all <variable> workspace projects
3-
  Packages: +<variable>
3+
Packages: +<variable>
44
+<repeat>
55
Progress: resolved <variable>, reused <variable>, downloaded <variable>, added <variable>, done
66

packages/cli/snap-tests-global/command-outdated-pnpm10/snap.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ testnpm2
145145
└──────────────────────────────────┴─────────┴────────┘
146146

147147
[1]> vp outdated --no-optional # should support no-optional output
148-
  ┌──────────────────────────────────┬─────────┬────────┐
148+
┌──────────────────────────────────┬─────────┬────────┐
149149
│ Package │ Current │ Latest │
150150
├──────────────────────────────────┼─────────┼────────┤
151151
│ testnpm2 │ <semver> │ <semver> │

0 commit comments

Comments
 (0)