Commit 07af786
fix(tools): drop deleted packages/test from snap-test relink map
`replaceInstalledCheckoutPackages` symlinked `node_modules/vitest` and
`node_modules/@voidzero-dev/vite-plus-test` to `packages/test`, which
this branch deletes. The entries are never matched by the current snap
suite (only `create-framework-shim-vue` sets `linkCheckoutPackages` and
it installs neither package), but a future global snap test that does
install vitest would `rmSync` the real package and symlink it to the
now-missing `packages/test`. Remove both stale entries.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>1 parent 40272f1 commit 07af786
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
268 | | - | |
269 | 268 | | |
270 | | - | |
271 | 269 | | |
272 | 270 | | |
273 | 271 | | |
| |||
0 commit comments