fedify nodeinfo skips SVG favicons before rendering terminal art. The current check should be covered for case variants so an uppercase .SVG filename does not try to go through the bitmap renderer.
Add a test in packages/cli/src/nodeinfo.test.ts that verifies getFaviconUrl() ignores an icon whose href ends with uppercase .SVG and falls back to /favicon.ico.
Suggested check: mise run check-each cli.
fedify nodeinfoskips SVG favicons before rendering terminal art. The current check should be covered for case variants so an uppercase.SVGfilename does not try to go through the bitmap renderer.Add a test in packages/cli/src/nodeinfo.test.ts that verifies
getFaviconUrl()ignores an icon whosehrefends with uppercase.SVGand falls back to/favicon.ico.Suggested check:
mise run check-each cli.