Zoltan Kochan 5b4c090db7 fix(package-manager): add missing path field in installability test fixture (#455)
Landrace between #439 (installability tests fixture) and #451 (added
`path: Option<String>` to `TarballResolution`). Both merged green
against their own bases but main's tip won't compile:

    error[E0063]: missing field `path` in initializer of `TarballResolution`
      --> crates/package-manager/src/installability/tests.rs:56:49

Add the missing field with `path: None` so the struct literal matches
the current `TarballResolution` shape.
2026-05-13 15:51:46 +02:00
Description
No description provided
MIT 291 MiB
Languages
Rust 60.5%
TypeScript 38.9%
JavaScript 0.5%