Skip to content

Commit efd0c6b

Browse files
committed
test(snapshots): re-record the yarn baselines recorded with macOS-only output
command_list_yarn1 carried yarn1's darwin-only step emoji and command_why_yarn4 carried yarn berry's first-run YN0065 telemetry notice; the redaction layer now strips both, so record the stripped form. Part of #2116.
1 parent 928faca commit efd0c6b

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

crates/vite_cli_snapshots/tests/cli_snapshots/fixtures/command_list_yarn1/snapshots/command_list_yarn1.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ yarn install <version>
1111
warning package.json: No license field
1212
info No lockfile found.
1313
warning command-list-yarn1@1.0.0: No license field
14-
[1/4] 🔍 Resolving packages...
15-
[2/4] 🚚 Fetching packages...
16-
[3/4] 🔗 Linking dependencies...
17-
[4/4] 🔨 Building fresh packages...
14+
[1/4] Resolving packages...
15+
[2/4] Fetching packages...
16+
[3/4] Linking dependencies...
17+
[4/4] Building fresh packages...
1818
1919
success Saved lockfile.
2020

crates/vite_cli_snapshots/tests/cli_snapshots/fixtures/command_why_yarn4/snapshots/command_why_yarn4.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ should install packages first
77
```
88
VITE+ - The Unified Toolchain for the Web
99
10-
➤ YN0065: Yarn will periodically gather anonymous telemetry: https://yarnpkg.com/advanced/telemetry
11-
➤ YN0065: Run yarn config set --home enableTelemetry 0 to disable
12-
1310
➤ YN0000: · Yarn <version>
1411
➤ YN0000: ┌ Resolution step
1512
➤ YN0085: │ + test-vite-plus-package-optional@npm:1.0.0, test-vite-plus-package@npm:1.0.0, testnpm2@npm:1.0.1

0 commit comments

Comments
 (0)