Files
pnpm/installing
Eyal Mizrachi c9f9535a8b test(graph-builder): drop incorrect .resolves.not.toThrow() pattern
Per CodeRabbit review on pnpm/pnpm#11662 — `.resolves.not.toThrow()`
doesn't behave as intended here: after `.resolves` the matcher operates
on the resolved value (an `InstallationResult`), not on a function, so
`.toThrow()` would never validate the rejection path. Just awaiting the
call makes jest fail naturally on rejection, which is what the
regression test actually wants.
2026-05-14 21:55:47 -04:00
..
2026-05-14 13:31:53 +02:00
2026-05-14 13:31:53 +02:00
2026-05-14 13:31:53 +02:00
2026-05-11 19:56:10 +02:00
2026-05-14 13:31:53 +02:00
2026-05-14 13:31:53 +02:00
2026-05-14 13:31:53 +02:00
2026-05-14 13:31:53 +02:00
2026-05-11 19:56:10 +02:00
2026-05-14 13:31:53 +02:00