Commit 39ede39
test(plan): update windows-only task_graph snapshot to commands array
The `windows_cmd_shim_rewrite` fixture was missed when ResolvedTaskConfig
switched from `command: Str` to `commands: Arc<[Str]>`. The fixture is
gated to `cfg(windows)` so non-Windows local runs skip it, but CI on
Windows fails. Updates the singular `"command"` field to the new array
form.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 92cbf78 commit 39ede39
1 file changed
Lines changed: 3 additions & 1 deletion
File tree
- crates/vite_task_plan/tests/plan_snapshots/fixtures/windows_cmd_shim_rewrite/snapshots
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
0 commit comments