Files
ComfyUI_frontend/apps
Glary-Bot 669bd5dbec test(website): cover first-wins alias contract when both registry hits resolve
CodeRabbit nitpick: the existing alias-collision test mocked
ComfyUI-QwenVL -> null + ComfyUI_QwenVL -> hit, so the assertion that
the first hit wins was actually proving 'the only non-null hit wins'.
A regression that returns the last non-null entry would still pass.

New test mocks BOTH aliases to non-null metadata with distinct
registryId/repoUrl, and pins registryId === 'ComfyUI-QwenVL' (the first
alias in pack.rawIds) so a 'last wins' or 'arbitrary wins' regression
fails immediately.
2026-05-14 20:39:54 +00:00
..