mirror of
https://github.com/discourse/discourse.git
synced 2025-02-09 21:04:48 +00:00
0253cba9be
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.