mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-23 06:10:32 +00:00
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.