mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 16:45:25 +08:00

Making the icons available generally in tests is tricky because they're generated dynamically by the rails server. However, if we restrict it to dev-mode (`/tests` in a browser) then it's possible to load them from the running rails server. This is purely a visual thing to make debugging easier - it should not affect test behavior.